# vim: ft=bash export XCURSOR_SIZE=24 # graphical apps export BROWSER=qutebrowser export TERMINAL=alacritty # Wayland configuration export GDK_BACKEND='wayland,x11,*' export QT_QPA_PLATFORM='wayland;xcb' export QT_STYLE_OVERRIDE=kvantum export SDL_VIDEODRIVER=wayland export OZONE_PLATFORM=wayland export ELECTRON_OZONE_PLATFORM_HINT=wayland export APP2UNIT_SLICES='a=app-graphical.slice b=background-graphical.slice s=session-graphical.slice'