Skip to content

Instantly share code, notes, and snippets.

@rbreaves
Created July 31, 2020 20:15
Show Gist options
  • Select an option

  • Save rbreaves/32035e1a91eda2c41c0bb6612a592ad1 to your computer and use it in GitHub Desktop.

Select an option

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