Add keyboard layout configurator native to KDE for Wayland users

This will benefit YALI a lot. I could put this as a separate script
in Wayland package itself but let's not break the working code just
yet.
This commit is contained in:
Bahar KURT
2024-09-10 19:36:46 +03:00
parent 6b13c08f3f
commit 1596d721c2
@@ -27,3 +27,24 @@ Section "InputClass"
${COMMENT_OPTIONS}Option "xkb_options" "$OPTIONS"
EndSection
EOF
# We have KDE by default so we should set up the
# layout for that during installation from YALI.
#
# Other desktops can be configured by the user
# themselves (considering they would have enough
# knowledge to browse through repos by then and
# find the package for the DE they need) or by
# those who want to make their own forks based
# on Pisi.
#
# TODO: Track changes on GNOME and Wayland to
# see if they come up with a global configuration
# system like Xorg and tweak this up accordingly.
#
# FIXME: This is way too basic and prone to errors
# pretty much all the time!
cat << EOF > $ROOT/etc/skel/.config/kxkbrc
[Layout]
LayoutList=$LAYOUT
EOF