diff options
author | Holger Paradies <retabell@gmx.de> | 2025-04-12 14:54:19 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-05-10 17:57:27 +0200 |
commit | 40f78db6e7a429e7438fb2d3d7099f77f4c01e99 (patch) | |
tree | 516eafcac26d2159b4e1c1e7ff4d11053eaf2485 /config/chroot_local-hooks/03-towelfire-fixes | |
parent | 3e371b67abd413f478b7c9c6a2c5c29c8c5c74d2 (diff) | |
download | kanotix-40f78db6e7a429e7438fb2d3d7099f77f4c01e99.zip kanotix-40f78db6e7a429e7438fb2d3d7099f77f4c01e99.tar.gz |
Diffstat (limited to 'config/chroot_local-hooks/03-towelfire-fixes')
-rwxr-xr-x | config/chroot_local-hooks/03-towelfire-fixes | 5 |
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 |