summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/03-towelfire-fixes
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2025-04-12 14:54:19 +0200
committerHolger Paradies <retabell@gmx.de>2025-05-10 17:57:27 +0200
commit40f78db6e7a429e7438fb2d3d7099f77f4c01e99 (patch)
tree516eafcac26d2159b4e1c1e7ff4d11053eaf2485 /config/chroot_local-hooks/03-towelfire-fixes
parent3e371b67abd413f478b7c9c6a2c5c29c8c5c74d2 (diff)
downloadkanotix-40f78db6e7a429e7438fb2d3d7099f77f4c01e99.zip
kanotix-40f78db6e7a429e7438fb2d3d7099f77f4c01e99.tar.gz
Sddm add hotfix for layoutHEADmaster
Diffstat (limited to 'config/chroot_local-hooks/03-towelfire-fixes')
-rwxr-xr-xconfig/chroot_local-hooks/03-towelfire-fixes5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-towelfire-fixes b/config/chroot_local-hooks/03-towelfire-fixes
index 5665577..9573cdc 100755
--- a/config/chroot_local-hooks/03-towelfire-fixes
+++ b/config/chroot_local-hooks/03-towelfire-fixes
@@ -48,6 +48,11 @@ echo 'Binary::apt::Pager "false";' > /etc/apt/apt.conf.d/98-nopager
# add scale factor for qt defaults to 100%
echo "QT_SCALE_FACTOR=1.0" >>/etc/environment
+# fix for sddm layout
+if [ -f /usr/share/sddm/scripts/Xsetup ]; then
+ echo "setxkbmap" >> /usr/share/sddm/scripts/Xsetup
+fi
+
# powermanager fix new values since buster
mkdir -p /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml