diff options
author | Ryan Kavanagh <rak@debian.org> | 2016-09-05 15:10:16 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2016-09-05 15:10:16 -0400 |
commit | 9a33edd864bb487009f555ebcda27dce985b2a88 (patch) | |
tree | 83243c332a3e7f291710712fc0cd23f7ae0901ff /.screenlayout/zeta-solo.sh | |
parent | Fix broken left alt in terminal (diff) |
Updated screen layouts
Diffstat (limited to '')
-rwxr-xr-x | .screenlayout/zeta-solo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.screenlayout/zeta-solo.sh b/.screenlayout/zeta-solo.sh index 5e19fb0..18b58ed 100755 --- a/.screenlayout/zeta-solo.sh +++ b/.screenlayout/zeta-solo.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VIRTUAL1 --off --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2 --off +xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off |