summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-03 17:59:31 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-11-03 17:59:31 -0400
commit654297dea5308e20b227ad73ba02039296b26945 (patch)
tree2cd99d428248b15409ea63cba7cda5a5899162bd /.scripts
parent691c56af30d07547fcc2de7c19ef4184fb5ea12e (diff)
downloadeibhear-654297dea5308e20b227ad73ba02039296b26945.tar.gz
eibhear-654297dea5308e20b227ad73ba02039296b26945.tar.zst
eibhear-654297dea5308e20b227ad73ba02039296b26945.zip
display switch update
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/displayselect2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/displayselect b/.scripts/displayselect
index e68a912..e36d214 100755
--- a/.scripts/displayselect
+++ b/.scripts/displayselect
@@ -22,7 +22,7 @@ morescreen() { # If multi-monitor is selected and there are more than two screen
multimon() { # Multi-monitor handler.
case "$(echo "$screens" | wc -l)" in
- 1) xrandr $(echo "$allposs" | awk '{print "--output", $1, "--auto"}' | tr '\n' ' ') ;;
+ 1) xrandr $(echo "$allposs" | awk '{print "--output", $1, "--off"}' | tr '\n' ' ') ;;
2) twoscreen ;;
*) morescreen ;;
esac ;}