diff options
Diffstat (limited to 'config/chroot_local-hooks/03-towelfire-fixes')
-rwxr-xr-x | config/chroot_local-hooks/03-towelfire-fixes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-towelfire-fixes b/config/chroot_local-hooks/03-towelfire-fixes index e2337d8..5665577 100755 --- a/config/chroot_local-hooks/03-towelfire-fixes +++ b/config/chroot_local-hooks/03-towelfire-fixes @@ -42,6 +42,12 @@ cat <<"EOF" >/etc/skel/.gtkrc-2.0 gtk-theme-name = "Clearlooks-Phenix" EOF +# disable apt pager +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 + # powermanager fix new values since buster mkdir -p /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml |