From bc59be156398d3fc433295a763389d95b949f98c Mon Sep 17 00:00:00 2001 From: blue balls Date: Wed, 16 Jul 2025 18:50:56 +0100 Subject: [PATCH] fixed my ahh script --- shscript/nanoscript.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) mode change 100644 => 100755 shscript/nanoscript.sh diff --git a/shscript/nanoscript.sh b/shscript/nanoscript.sh old mode 100644 new mode 100755 index b30d812..57ad644 --- a/shscript/nanoscript.sh +++ b/shscript/nanoscript.sh @@ -1,7 +1,4 @@ #!/bin/bash -xdotool mousedown 2 -sleep 0.5 +xdotool click 3 +sleep 0.01 xdotool click 4 -xdotool mouseup 2 - -