From 001b073fb796851ba193c5d61576b45369ccde51 Mon Sep 17 00:00:00 2001 From: SupervisedThinking Date: Mon, 6 Dec 2021 20:26:32 +0100 Subject: [PATCH] Generic/wayland: set Sway as default windowmanager --- projects/Generic/devices/wayland/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Generic/devices/wayland/options b/projects/Generic/devices/wayland/options index f7b3175498..70385177d1 100644 --- a/projects/Generic/devices/wayland/options +++ b/projects/Generic/devices/wayland/options @@ -10,8 +10,8 @@ # Displayserver to use (wl / x11 / no) DISPLAYSERVER="wl" -# Windowmanager to use (fluxbox / weston / no) - WINDOWMANAGER="weston" +# Windowmanager to use (fluxbox / sway / weston / no) + WINDOWMANAGER="sway" # KODI Player implementation to use (mesa / default) KODIPLAYER_DRIVER="mesa"