diff options
author | Ryan Kavanagh <rak@debian.org> | 2015-09-25 15:53:44 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2015-09-25 15:53:44 -0400 |
commit | 54fdd6c1d866be725d5cddb43922bd3725600173 (patch) | |
tree | d46fb34f6ca3f7660f6a4b74a4b02af8b82ec557 /.screenlayout/zeta-home.sh | |
parent | DPMS == Good in Xscreensaver (diff) |
Added zeta-home screenlayout
Diffstat (limited to '.screenlayout/zeta-home.sh')
-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 |