Skip to content

Instantly share code, notes, and snippets.

@rbreaves
Created July 31, 2020 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbreaves/32035e1a91eda2c41c0bb6612a592ad1 to your computer and use it in GitHub Desktop.
Save rbreaves/32035e1a91eda2c41c0bb6612a592ad1 to your computer and use it in GitHub Desktop.
Ubuntu Budgie HiDPI
#!/bin/bash
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "[{'Gdk/WindowScalingFactor', <2>}]"
gsettings set org.gnome.desktop.interface scaling-factor 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment