Last active
December 22, 2017 00:01
-
-
Save AutomationD/d27c503b495ef11053b9bf922ac40a61 to your computer and use it in GitHub Desktop.
xfce HDPI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
xfconf-query -c xsettings -p /Xft/DPI -s "190" | |
xfconf-query -c xfwm4 -p /general/theme -s "Default-hdpi" | |
xfconf-query -c xfce4-panel -p /panels/panel-0/size -s "49" | |
xfconf-query -c xfce4-desktop -p /desktop-icons/icon-size -s 64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment