Remove obsolete sddm keyboard layout workaround

This commit is contained in:
Manuel Thalmann 2024-03-09 17:08:04 +01:00
parent 9f2bb229e2
commit cee5ce1afd

View file

@ -7,7 +7,7 @@ sudo mkdir -p "$configDir";
{
echo "[General]";
echo "DisplayServer=wayland";
echo "GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell,XKB_DEFAULT_LAYOUT=ch";
echo "GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell";
echo "";
echo "[Wayland]";
echo "CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1 --inputmethod maliit-keyboard";