diff options
author | Camil Staps | 2019-09-13 14:13:33 +0200 |
---|---|---|
committer | Camil Staps | 2019-09-13 14:13:33 +0200 |
commit | 204f66dd97f9e02e3cf5878b627ec12cc7098cb0 (patch) | |
tree | 3029f087ebbd5b6b9b2261c7b3685f7508c04589 | |
parent | Add VIIA Clean environments to IDEEnvs in install_clean (diff) |
dualmon-dp is now used with a horizontal monitor
-rwxr-xr-x | i3/bin/dualmon-dp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/bin/dualmon-dp b/i3/bin/dualmon-dp index 047d0bd..4aa50de 100755 --- a/i3/bin/dualmon-dp +++ b/i3/bin/dualmon-dp @@ -1,4 +1,4 @@ #!/bin/bash -xrandr --output eDP1 --below DP1 --primary --output DP1 --auto --rotate right +xrandr --output eDP1 --below DP1 --primary --output DP1 --auto xinput disable Atmel setbg |