aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2016-09-05 15:10:16 -0400
committerRyan Kavanagh <rak@debian.org>2016-09-05 15:10:16 -0400
commit9a33edd864bb487009f555ebcda27dce985b2a88 (patch)
tree83243c332a3e7f291710712fc0cd23f7ae0901ff
parentFix broken left alt in terminal (diff)
Updated screen layouts
Diffstat (limited to '')
-rwxr-xr-x.screenlayout/zeta-home.sh2
-rwxr-xr-x.screenlayout/zeta-solo.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.screenlayout/zeta-home.sh b/.screenlayout/zeta-home.sh
index 0d4972d..89cb5bf 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 0x1080 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP2 --off
+xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-2 --off
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