diff options
-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 |