Fix broken sddm configuration

This commit is contained in:
Manuel Thalmann 2023-05-24 07:09:35 +02:00
parent 100d83bee4
commit 91574ef5a7

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;