yeet
This commit is contained in:
Regular → Executable
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export YDOTOOL_SOCKET="$HOME/.ydotool_socket"
|
||||
|
||||
ydotool click 0xC0 # Left click
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user