Xfce: configure mouse size to fix auto-scaling

This commit is contained in:
Daniel Ruiz de Alegría
2022-02-14 19:56:27 +01:00
parent dcbeec7cb9
commit 965e31bef3
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -105,6 +105,9 @@ if [ "$1" = "configure" ]; then
install_config_file /etc/lightdm/lightdm-gtk-greeter.conf force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml force
fi
if dpkg --compare-versions "$2" lt "2022.2.0"; then
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml force
fi
# Install remaining new files
install_all
fi