diff options
author | Camil Staps | 2020-10-01 12:03:36 +0200 |
---|---|---|
committer | Camil Staps | 2020-10-01 12:03:36 +0200 |
commit | 93d9bb9597e25932f41c3bcc1a721494727d21ff (patch) | |
tree | e98d8a9ffc5a4da99678f3ae469b710de65cfc62 /i3/bin | |
parent | Vim: set scrolloff=10 (diff) |
Minor fix for dualmon-dp
Diffstat (limited to 'i3/bin')
-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 4aa50de..2f86aca 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 +xrandr --output eDP1 --auto --below DP1 --primary --output DP1 --auto xinput disable Atmel setbg |