diff options
| author | Camil Staps | 2019-04-01 09:03:23 +0200 | 
|---|---|---|
| committer | Camil Staps | 2019-04-01 09:03:23 +0200 | 
| commit | 32dc36feb86d05722fc74e5961f0b986a376bf74 (patch) | |
| tree | e2f79e45a981971d196db6b2f9c9bdf9405924ad /i3/bin/dualmon-dp | |
| parent | Add the ABC interpreter's ByteCode.env to IDEEnvs in install_clean (diff) | |
Add scripts for display port dual monitor
Diffstat (limited to 'i3/bin/dualmon-dp')
| -rwxr-xr-x | i3/bin/dualmon-dp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/i3/bin/dualmon-dp b/i3/bin/dualmon-dp new file mode 100755 index 0000000..047d0bd --- /dev/null +++ b/i3/bin/dualmon-dp @@ -0,0 +1,4 @@ +#!/bin/bash +xrandr --output eDP1 --below DP1 --primary --output DP1 --auto --rotate right +xinput disable Atmel +setbg | 
