This commit is contained in:
2025-10-03 13:29:53 +02:00
parent b7017635a3
commit 2a6bc56c52
2 changed files with 6 additions and 0 deletions

View File

@@ -8,5 +8,11 @@ libinput debug-events | while read -r line; do
rnote & rnote &
# optional: add `disown` if you don't want it tied to terminal # optional: add `disown` if you don't want it tied to terminal
fi 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 done

0
shell/rofi_web.sh Normal file → Executable file
View File