Generic/wayland: set Sway as default windowmanager

This commit is contained in:
SupervisedThinking 2021-12-06 20:26:32 +01:00
parent e1342c1574
commit 001b073fb7

View File

@ -10,8 +10,8 @@
# Displayserver to use (wl / x11 / no) # Displayserver to use (wl / x11 / no)
DISPLAYSERVER="wl" DISPLAYSERVER="wl"
# Windowmanager to use (fluxbox / weston / no) # Windowmanager to use (fluxbox / sway / weston / no)
WINDOWMANAGER="weston" WINDOWMANAGER="sway"
# KODI Player implementation to use (mesa / default) # KODI Player implementation to use (mesa / default)
KODIPLAYER_DRIVER="mesa" KODIPLAYER_DRIVER="mesa"