diff options
Diffstat (limited to 'system/bin/dualmon')
-rwxr-xr-x | system/bin/dualmon | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/bin/dualmon b/system/bin/dualmon new file mode 100755 index 0000000..c14e380 --- /dev/null +++ b/system/bin/dualmon @@ -0,0 +1,5 @@ +#!/bin/bash +xrandr --output eDP1 --below HDMI2 --primary --output HDMI2 --auto +xinput disable Atmel +setbg +xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput HDMI2 2>/dev/null |