diff --git a/shell/rnote_mapper.sh b/shell/rnote_mapper.sh index e68cec4..a7a152f 100755 --- a/shell/rnote_mapper.sh +++ b/shell/rnote_mapper.sh @@ -8,5 +8,11 @@ libinput debug-events | while read -r line; do rnote & # optional: add `disown` if you don't want it tied to terminal fi + #if echo "$line" | grep -q 'TABLET_TOOL_BUTTON.*pressed'; then + # ydotool click --hold 0 # hold left mouse button + #fi + #if echo "$line" | grep -q 'TABLET_TOOL_BUTTON.*released'; then + # ydotool click --release 0 + #fi done diff --git a/shell/rofi_web.sh b/shell/rofi_web.sh old mode 100644 new mode 100755