From 2a6bc56c523b8370792559141a36f9675135f1ac Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Fri, 3 Oct 2025 13:29:53 +0200 Subject: [PATCH] Minors --- shell/rnote_mapper.sh | 6 ++++++ shell/rofi_web.sh | 0 2 files changed, 6 insertions(+) mode change 100644 => 100755 shell/rofi_web.sh 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