diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/bin/fix_screens_at_work.sh | 2 |
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 |
| 5 | xrandr --output DP-4 --right-of DP-2 --auto --primary --mode 2560x1440 | 5 | xrandr --output DP-4 --right-of DP-2 --auto --primary #--mode 2560x1440 |
| 6 | xrandr --output DVI-I-1-1 --below DP-4 --auto | 6 | xrandr --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 |