aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bin/fix_screens_at_work.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bin/fix_screens_at_work.sh b/scripts/bin/fix_screens_at_work.sh
index 5fa27a7..a4f20a6 100755
--- a/scripts/bin/fix_screens_at_work.sh
+++ b/scripts/bin/fix_screens_at_work.sh
@@ -2,7 +2,7 @@
2 2
3#xrandr --setprovideroutputsource 1 0 3#xrandr --setprovideroutputsource 1 0
4#xrandr --output DP-2 --mode 1920x1200 4#xrandr --output DP-2 --mode 1920x1200
5xrandr --output DP-4 --right-of DP-2 --auto --primary --mode 2560x1440 5xrandr --output DP-4 --right-of DP-2 --auto --primary #--mode 2560x1440
6xrandr --output DVI-I-1-1 --below DP-4 --auto 6xrandr --output DVI-I-1-1 --below DP-4 --auto
7 7
8# For some reason, occasionally this needs to be executed twice 8# For some reason, occasionally this needs to be executed twice