Add descriptions and keyboard layout for gamescope
This commit is contained in:
parent
fab66ab9d4
commit
7f0a854312
@ -1,7 +1,16 @@
|
|||||||
|
# qt theming with qt5ct
|
||||||
QT_QPA_PLATFORMTHEME=qt5ct
|
QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
# wayland for qt
|
||||||
QT_QPA_PLATFORM=wayland
|
QT_QPA_PLATFORM=wayland
|
||||||
|
# default editor
|
||||||
EDITOR=vim
|
EDITOR=vim
|
||||||
|
# desktop env
|
||||||
XDG_CURRENT_DESKTOP=sway
|
XDG_CURRENT_DESKTOP=sway
|
||||||
|
# wayland for clutter
|
||||||
CLUTTER_BACKEND=wayland
|
CLUTTER_BACKEND=wayland
|
||||||
|
# wayland for sdl
|
||||||
SDL_VIDEODRIVER=wayland
|
SDL_VIDEODRIVER=wayland
|
||||||
|
# wayland firefox & thunderbird
|
||||||
MOZ_ENABLE_WAYLAND=1
|
MOZ_ENABLE_WAYLAND=1
|
||||||
|
# keyboard layout for gamescope
|
||||||
|
XKB_DEFAULT_LAYOUT=ch
|
||||||
|
Loading…
Reference in New Issue
Block a user