2019-04-13 23:11:05 +02:00

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