diff options
author | Ryan Kavanagh <rak@debian.org> | 2016-04-22 09:46:53 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2016-04-22 09:46:53 -0400 |
commit | 8fe13ab19082a6c5317629688b852113f6015028 (patch) | |
tree | 991a8785e2a357d5d5183845048121672f87996b | |
parent | Added redshift config (diff) |
Updated screenlayout for zeta
-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 dc10eba..0d4972d 100755 --- a/.screenlayout/zeta-home.sh +++ b/.screenlayout/zeta-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VIRTUAL1 --off --output eDP1 --mode 1920x1080 --pos 1920x0 --rate 60 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP2 --off +xrandr --output VIRTUAL1 --off --output eDP1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP2 --off |