This commit is contained in:
2026-04-09 00:39:54 +03:00
parent 03fab63ebf
commit 503136d067
18 changed files with 9366 additions and 14 deletions
View File
+2
View File
@@ -1,3 +1,5 @@
#!/bin/bash
export YDOTOOL_SOCKET="$HOME/.ydotool_socket"
ydotool click 0xC0 # Left click
+3 -1
View File
@@ -6,7 +6,7 @@
# Configuration
MOVE_DISTANCE=70
MOVE_DISTANCE=66
BOTTOM_MARGIN=190
RANDOM_DELAY_MIN=0
@@ -18,6 +18,8 @@ WL_FIND_CURSOR_BIN="/home/raga/repos/linux/wl-find-cursor/wl-find-cursor"
ENABLED_FILE="/tmp/osrs_drop__enabled"
LOCK_FILE="/tmp/osrs_drop__lock"
export YDOTOOL_SOCKET="$HOME/.ydotool_socket"
# Verify dependencies
if ! command -v ydotool &> /dev/null; then
echo "Error: ydotool is not installed. Install it with: sudo pacman -S ydotool"