Skip to content

Instantly share code, notes, and snippets.

View alanhoyle's full-sized avatar

Alan Hoyle alanhoyle

View GitHub Profile
@jeromewu
jeromewu / fix-hidpi-in-galliumos-3.1.sh
Last active March 31, 2022 13:29
HiDPI fix in Gallium OS 3.1
#!/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