diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-05-10 16:21:23 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-05-10 16:21:23 -0400 |
commit | e12a9cd6cbfbe514bad68ef212eefec38a05b2ae (patch) | |
tree | 913ae454d8e3ad81f5a9d3cb05a516b245d6c358 /.screenlayout/zeta-home.sh | |
parent | update Internet.m3u.sh for ruhit (diff) |
zeta home layout changed since changing graphics drivers
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 45e6c74..6e270f5 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 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-2 --mode 1920x1080 --pos 0x0 --rotate normal +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 |