diff options
Diffstat (limited to 'i3/bin/singlemon')
-rwxr-xr-x | i3/bin/singlemon | 4 |
1 files changed, 3 insertions, 1 deletions
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 |