diff options
-rwxr-xr-x | .screenlayout/zeta-home.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.screenlayout/zeta-home.sh b/.screenlayout/zeta-home.sh new file mode 100755 index 0000000..dc10eba --- /dev/null +++ b/.screenlayout/zeta-home.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VIRTUAL1 --off --output eDP1 --mode 1920x1080 --pos 1920x0 --rate 60 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP2 --off |