commit 04821180eb1ce3addb013d9b0960f7762d77c215
parent ef8363994252a0379e8e1c2e9f3638025d9e934c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 21 Jan 2019 08:42:21 +0100
Revert previous commit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/bin/displayselect b/links/bin/displayselect
@@ -79,7 +79,7 @@ if [ $(echo "$screens" | wc -l) -gt 1 ]; then
"manual selection") arandr ; exit ;;
"multi-monitor") multimon ;;
*) xrandr --output "$chosen" --auto --scale 1.0x1.0 \
- $(echo "$allpos" | grep -v "$chosen" | \
+ $(echo "$screens" | grep -v "$chosen" | \
awk '{print "--output", $1, "--off"}' | tr '\n' ' ') ;;
esac
fi