diff options
Diffstat (limited to '.screenlayout/doublemonitor.layout.sh')
-rwxr-xr-x | .screenlayout/doublemonitor.layout.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.screenlayout/doublemonitor.layout.sh b/.screenlayout/doublemonitor.layout.sh new file mode 100755 index 0000000..371cba6 --- /dev/null +++ b/.screenlayout/doublemonitor.layout.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP1 --off --output DP2 --off --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off --output HDMI-1-0 --mode 1360x768 --pos 0x0 --rotate normal |