Compare commits
No commits in common. "1d7321e442e502145518a9964b584afb391a9e7b" and "af90d6fdfee51454646bb218e831792fd7bf198e" have entirely different histories.
1d7321e442
...
af90d6fdfe
|
@ -1,3 +1,11 @@
|
|||
<<<<<<< HEAD
|
||||
# x11-autoclicker
|
||||
|
||||
Rudimentary autoclicker for X11 Linux setups
|
||||
=======
|
||||
# Test
|
||||
|
||||
* Element 1
|
||||
|
||||
* Element 2
|
||||
>>>>>>> ad1d17c (Startup)
|
||||
|
|
|
@ -7,11 +7,12 @@ cmd="$(which xdotool)"
|
|||
if test -e "$cmd"; then
|
||||
echo "[+] xdotool exists, continuing the script!"
|
||||
else
|
||||
echo "[-] xdotool doesn't exist, this script won't run on your computer!"
|
||||
notify-send "xdotool doesn't exist, this script won't run on your computer!" &
|
||||
echo "[-] xdotool doesn't exist, this script won't run on your computer"
|
||||
exit 2
|
||||
fi
|
||||
|
||||
|
||||
|
||||
if pidof -x clicks.sh > /dev/null; then
|
||||
#echo "clicks is active, deactivating"
|
||||
notify-send "Clicks is active, deactivating" &
|
||||
|
|
Loading…
Reference in New Issue