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 /bin/singlemon | |
parent | EHSB -> EHDL (weather.noaa.gov doesn't have EHSB) (diff) |
enable/disable touchscreen when using 1/2 monitors
Diffstat (limited to 'bin/singlemon')
-rwxr-xr-x | bin/singlemon | 1 |
1 files changed, 1 insertions, 0 deletions
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 |