mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
5 lines
139 B
Plaintext
Executable File
5 lines
139 B
Plaintext
Executable File
#!/bin
|
|
# force kills any focused window, handy in case if a window hangs
|
|
focusid="$(xdotool getwindowfocus getwindowpid)"
|
|
kill -9 $focusid
|