This file contains hidden or 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/sh | |
# Raise DPI from 96 to 276 to makes text size front | |
xfconf-query -c xsettings -p /Xft/DPI -s 276 | |
# Enlarge cursor size | |
xfconf-query -c xsettings -p /Gtk/CursorThemeSize -s 48 | |
# Raise xfce panel height | |
xfconf-query -c xfce4-panel -p /panels/panel-1/size -s 64 |