2023-11-26 12:45:35 +01:00
|
|
|
# qt theming with qt5ct
|
2021-02-28 14:18:13 +01:00
|
|
|
QT_QPA_PLATFORMTHEME=qt5ct
|
2023-11-26 12:45:35 +01:00
|
|
|
# wayland for qt
|
2023-11-17 20:33:16 +01:00
|
|
|
QT_QPA_PLATFORM=wayland
|
2023-11-26 12:45:35 +01:00
|
|
|
# default editor
|
2021-02-28 14:18:13 +01:00
|
|
|
EDITOR=vim
|
2023-11-26 12:45:35 +01:00
|
|
|
# desktop env
|
2022-07-20 19:47:28 +02:00
|
|
|
XDG_CURRENT_DESKTOP=sway
|
2023-11-26 12:45:35 +01:00
|
|
|
# wayland for clutter
|
2023-11-17 20:33:16 +01:00
|
|
|
CLUTTER_BACKEND=wayland
|
2023-11-26 12:45:35 +01:00
|
|
|
# wayland for sdl
|
2023-11-17 20:33:16 +01:00
|
|
|
SDL_VIDEODRIVER=wayland
|
2023-11-26 12:45:35 +01:00
|
|
|
# wayland firefox & thunderbird
|
2023-11-17 20:33:16 +01:00
|
|
|
MOZ_ENABLE_WAYLAND=1
|
2023-11-26 12:45:35 +01:00
|
|
|
# keyboard layout for gamescope
|
|
|
|
XKB_DEFAULT_LAYOUT=ch
|