Last active
March 5, 2019 22:44
-
-
Save dcasati/f116827c425c4d2849f7ebd5477c1452 to your computer and use it in GitHub Desktop.
i3wm on a multi-monitor setup (laptop + external display)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xrandr --output HDMI1 --scale 2x2 --mode 1920x1200 --fb 3840x4200 --pos 0x0 | |
xrandr --output eDP1 --scale 1x1 --pos 320x2400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment