diff options
author | Camil Staps | 2016-02-10 14:19:28 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:07 +0100 |
commit | 87d8ce6a61d81aae394f3594dc55b6f00b84bdae (patch) | |
tree | 527f5361c499cfd1dd2cb1e8c7fd62aa0b52d359 | |
parent | EHSB -> EHDL (weather.noaa.gov doesn't have EHSB) (diff) |
enable/disable touchscreen when using 1/2 monitors
-rwxr-xr-x | bin/dualmon | 1 | ||||
-rwxr-xr-x | bin/singlemon | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/dualmon b/bin/dualmon index 26fd972..aa7ed82 100755 --- a/bin/dualmon +++ b/bin/dualmon @@ -1,2 +1,3 @@ #!/bin/bash xrandr --output eDP1 --below HDMI2 --primary --output HDMI2 --auto +xinput disable Atmel diff --git a/bin/singlemon b/bin/singlemon index b24869c..cce0a15 100755 --- a/bin/singlemon +++ b/bin/singlemon @@ -1,2 +1,3 @@ #!/bin/bash xrandr --output eDP1 --primary --auto --output HDMI2 --off +xinput enable Atmel |