Updated config
This commit is contained in:
parent
986bba1f90
commit
5d229acdca
10 changed files with 71 additions and 33 deletions
|
@ -1,6 +1,6 @@
|
|||
# Some default env vars.
|
||||
# Cursor
|
||||
env = XCURSOR_SIZE,24
|
||||
env = TERMINAL,$terminal
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
# Firefox
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
|
@ -9,7 +9,10 @@ env = MOZ_ENABLE_WAYLAND,1
|
|||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
# Programs
|
||||
env = EDITOR,$editor
|
||||
env = TERMINAL,$terminal
|
||||
|
||||
# Qt
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
|
@ -22,4 +25,3 @@ env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/gcr/ssh
|
|||
# Wayland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GDK_BACKEND,wayland
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue