diff options
| author | jason | 2018-04-05 12:50:53 -0600 |
|---|---|---|
| committer | jason | 2018-04-05 12:50:53 -0600 |
| commit | b7a1cee9d08bf44b28b4c2e792f74cac78533d77 (patch) | |
| tree | 1499bb68b1acd94c8ae0035df32efe99a6a91d0f /scripts | |
| parent | 603e5167872fab12da9db819778a400d6b131d53 (diff) | |
| download | dotfiles-b7a1cee9d08bf44b28b4c2e792f74cac78533d77.tar.gz dotfiles-b7a1cee9d08bf44b28b4c2e792f74cac78533d77.zip | |
updates
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 |