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 | |
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')
-rwxr-xr-x | i3/bin/dualmon-dp | 4 | ||||
-rwxr-xr-x | i3/bin/singlemon | 4 |
2 files changed, 7 insertions, 1 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 diff --git a/i3/bin/singlemon b/i3/bin/singlemon index 8034639..4478e76 100755 --- a/i3/bin/singlemon +++ b/i3/bin/singlemon @@ -1,4 +1,6 @@ #!/bin/bash -xrandr --output eDP1 --primary --auto --output HDMI2 --off +xrandr --output eDP1 --primary --auto \ + --output HDMI2 --off \ + --output DP1 --off xinput enable Atmel setbg |