added comment to killscript

This commit is contained in:
Niklas 2020-06-22 21:07:12 +02:00
parent 78f69b1d16
commit 879bff5f27

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# based on https://github.com/pastapojken/i3SteamOrKill # based on https://github.com/pastapojken/i3SteamOrKill
# required packages:
# - xdotool
winID=$(xdotool getactivewindow) winID=$(xdotool getactivewindow)
winClass=$(xprop -id $winID WM_CLASS) winClass=$(xprop -id $winID WM_CLASS)