diff options
author | Camil Staps | 2021-02-22 14:41:29 +0100 |
---|---|---|
committer | Camil Staps | 2021-02-22 14:41:29 +0100 |
commit | 41b295c0ee1c22c086c912c92faf0e6f631440f7 (patch) | |
tree | 26b7731a1e4a26d3d9347773cc2715d29263a6cf /i3/bin/singlemon | |
parent | Add SBL fonts (diff) |
Add sensible xsetwacom settings to single/dual monitor scripts to map to only one screen
Diffstat (limited to 'i3/bin/singlemon')
-rwxr-xr-x | i3/bin/singlemon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i3/bin/singlemon b/i3/bin/singlemon index 4478e76..05ccbed 100755 --- a/i3/bin/singlemon +++ b/i3/bin/singlemon @@ -4,3 +4,4 @@ xrandr --output eDP1 --primary --auto \ --output DP1 --off xinput enable Atmel setbg +xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput eDP1 2>/dev/null |