Automatically setup sddm wayland

This commit is contained in:
Manuel Thalmann 2023-05-06 00:07:17 +02:00
parent 1233264f71
commit 490b3822e1

View file

@ -1,2 +1,11 @@
#!/bin/bash
sudo systemctl enable sddm;
{
echo "[General]";
echo "DisplayServer=wayland";
echo "GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell,XKB_DEFAULT_LAYOUT=ch";
echo "";
echo "[Wayland]";
echo "CompositorCommand=kwin_wayland --no-lockscreen --inputmethod maliit-keyboard";
} | sudo tee