aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorjason2018-04-05 12:50:53 -0600
committerjason2018-04-05 12:50:53 -0600
commitb7a1cee9d08bf44b28b4c2e792f74cac78533d77 (patch)
tree1499bb68b1acd94c8ae0035df32efe99a6a91d0f /scripts
parent603e5167872fab12da9db819778a400d6b131d53 (diff)
downloaddotfiles-b7a1cee9d08bf44b28b4c2e792f74cac78533d77.tar.gz
dotfiles-b7a1cee9d08bf44b28b4c2e792f74cac78533d77.zip
updates
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