6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export YDOTOOL_SOCKET="$HOME/.ydotool_socket"
|
|
|
|
ydotool click 0xC0 # Left click
|