Automatically setup sddm wayland
This commit is contained in:
parent
5e0d595715
commit
d0a0866d36
1 changed files with 9 additions and 0 deletions
|
@ -1,2 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo systemctl enable sddm;
|
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
|
||||||
|
|
Loading…
Reference in a new issue