More proportional curser size on that Framework 13 screen

This commit is contained in:
David Heinemeier Hansson
2024-06-06 22:23:06 +02:00
parent 2bff4fcf63
commit 245b59e932

View File

@@ -3,4 +3,5 @@ SCREEN_RESOLUTION=$(xrandr | grep '*+' | awk '{print $1}')
if [ "$COMPUTER_MAKER" == "Framework" ] && [ "$SCREEN_RESOLUTION" == "2256x1504" ]; then
gsettings set org.gnome.desktop.interface text-scaling-factor 0.8
gsettings set org.gnome.desktop.interface cursor-size 16
fi