diff options
Diffstat (limited to 'i3')
-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 |