diff options
author | Ryan Kavanagh <rak@debian.org> | 2015-09-16 11:22:08 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2015-09-16 11:22:08 -0400 |
commit | d03c814d0cc12bcf96fdff1d2acfa99c2cde61af (patch) | |
tree | a271b2dda1cff38d6d195a198c1191801df0f65b | |
parent | Tidy up emacsen submodules (diff) |
Added zeta solo screenlayout
-rwxr-xr-x | .screenlayout/zeta-solo.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.screenlayout/zeta-solo.sh b/.screenlayout/zeta-solo.sh new file mode 100755 index 0000000..5e19fb0 --- /dev/null +++ b/.screenlayout/zeta-solo.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VIRTUAL1 --off --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2 --off |