diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-09-26 18:07:23 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-09-26 18:07:23 -0400 |
commit | 99025fa1907ab0b3607d8e3200d0d50715941620 (patch) | |
tree | 79eec72354bc9505779e1197e351cedaa254bd0e | |
parent | controlmaster for sdf (diff) |
zeta screenlayout
-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 6e270f5..a7839f7 100755 --- a/.screenlayout/zeta-home.sh +++ b/.screenlayout/zeta-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP1 --off --output DP2 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off +xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal --output DP1 --off --output DP2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off |