Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update Minecraft-Only
Browse files Browse the repository at this point in the history
  • Loading branch information
Briiqn authored Mar 19, 2022
1 parent 3ef9828 commit 4a03ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Minecraft-Only
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ppid=$(pidof Risstretto\ Image\ Viewer)
#You can change the "Risstretto\ Image\ Viewer" to any python3 or renamed python3 application in /usr/bin/
build="fc86f27"
if [ "$(xdotool getactivewindow getwindowname)" == "Tux Clicker Dev Build 1" ]; then
if [ "$(xdotool getactivewindow getwindowname)" == "Tux Clicker Dev Build 3" ]; then
kill -CONT $ppid
exec "$0" "$@"
elif [ "$(xdotool getactivewindow getwindowname)" == "Lunar Client (1.8.9-"$build"/master)" ]; then
Expand Down

0 comments on commit 4a03ef1

Please sign in to comment.