summaryrefslogtreecommitdiffstats
path: root/.bin/ag-autorandr
diff options
context:
space:
mode:
Diffstat (limited to '.bin/ag-autorandr')
-rwxr-xr-x.bin/ag-autorandr2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bin/ag-autorandr b/.bin/ag-autorandr
index 1064e1c..1c4e325 100755
--- a/.bin/ag-autorandr
+++ b/.bin/ag-autorandr
@@ -13,3 +13,5 @@ for screen in ${screens}; do
xrandr --output "${screen}" --auto --right-of "${screen_master}"
screen_master="${screen}"
done
+
+xrandr --output "${screen}" --primary
remember that computers suck.