diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-06-24 20:10:21 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-06-24 20:10:21 -0400 |
commit | 4f977fa604dbceb60d1b250a6f0c607f4e87a1eb (patch) | |
tree | b4347162e108f36b734b1a8b03c86b509542bbfa /.screenlayout/zeta-home.sh | |
parent | drop ikeif; no longer needed (diff) |
more xrandr
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 a7839f7..b4c76e9 100755 --- a/.screenlayout/zeta-home.sh +++ b/.screenlayout/zeta-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -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 +xrandr --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off |