Skip to content

Instantly share code, notes, and snippets.

@budasuyasa
Created August 13, 2021 11:52
Show Gist options
  • Save budasuyasa/8849c3ef58c1768798a9d626fffca120 to your computer and use it in GitHub Desktop.
Save budasuyasa/8849c3ef58c1768798a9d626fffca120 to your computer and use it in GitHub Desktop.
xrandr External Display Setup With Fractional Scaling
!#/bin/bash
xrandr --output eDP --scale 0.9999x0.9999
xrandr --output HDMI-A-0 --scale 1.25x1.25
# uncomment line bellow if KDE Plasma
# kquitapp5 plasmashell && kstart5 plasmashell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment