Fix broken sddm configuration

This commit is contained in:
Manuel Thalmann 2023-05-24 07:09:35 +02:00
parent 4ab2613dea
commit 0811f4f453

View file

@ -8,4 +8,4 @@ sudo systemctl enable sddm;
echo "";
echo "[Wayland]";
echo "CompositorCommand=kwin_wayland --no-lockscreen --inputmethod maliit-keyboard";
} | sudo tee
} | sudo tee /etc/sddm.conf.d/wayland.conf;