16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
# env_vars.conf
|
|
|
|
# Some default env vars.
|
|
# Toolkit Backend Vars
|
|
#env = GDK_BACKEND,wayland,x11,*
|
|
#env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
|
|
#env = CLUTTER_BACKEND,wayland
|
|
# QT Variables
|
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
|
env = QT_QPA_PLATFORM,wayland
|
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
|
|
|
#env = AQ_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
|
|
|
|
# exec-once = /usr/lib/pam_kwallet_init &
|