diff options
author | Ryan Kavanagh <rak@debian.org> | 2017-12-11 13:34:05 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2017-12-11 13:34:05 -0500 |
commit | cb0c350ef5b858776931cffe1ab50a9a6917f799 (patch) | |
tree | c3da5dc3faa44c568c9a0125d9646606267b12ea | |
parent | Change default emacs font (diff) |
Update zeta-home.sh
Diffstat (limited to '')
-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 f7c2954..45e6c74 100755 --- a/.screenlayout/zeta-home.sh +++ b/.screenlayout/zeta-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -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 +xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-2 --mode 1920x1080 --pos 0x0 --rotate normal |