diff options
author | Ryan Kavanagh <rak@debian.org> | 2017-09-04 14:09:50 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2017-09-04 14:09:50 -0400 |
commit | cb5d612bafbfcd7aaf72f892ec96d545432b425b (patch) | |
tree | 0d3d639d03a646196ad5a59b116abc3dd23a862d /.screenlayout/zeta-home.sh | |
parent | Extend imapfilter (diff) |
Updated zeta-home
Diffstat (limited to '.screenlayout/zeta-home.sh')
-rwxr-xr-x | .screenlayout/zeta-home.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.screenlayout/zeta-home.sh b/.screenlayout/zeta-home.sh index 89cb5bf..f7c2954 100755 --- a/.screenlayout/zeta-home.sh +++ b/.screenlayout/zeta-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-2 --off +xrandr --output HDMI-2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-2 --off |