15 lines
346 B
Plaintext
15 lines
346 B
Plaintext
# wayland for qt
|
|
QT_QPA_PLATFORM=wayland
|
|
# default editor
|
|
EDITOR=vim
|
|
# wayland for clutter
|
|
CLUTTER_BACKEND=wayland
|
|
# wayland for sdl
|
|
SDL_VIDEODRIVER=wayland
|
|
# wayland firefox & thunderbird
|
|
MOZ_ENABLE_WAYLAND=1
|
|
# keyboard layout for gamescope
|
|
XKB_DEFAULT_LAYOUT=ch
|
|
# disable DDC/CI brightness control for external monitors
|
|
POWERDEVIL_NO_DDCUTIL=1
|