Skip to content

Instantly share code, notes, and snippets.

@AutomationD
Last active December 22, 2017 00:01
Show Gist options
  • Save AutomationD/d27c503b495ef11053b9bf922ac40a61 to your computer and use it in GitHub Desktop.
Save AutomationD/d27c503b495ef11053b9bf922ac40a61 to your computer and use it in GitHub Desktop.
xfce HDPI
#!/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