added comment to killscript
This commit is contained in:
parent
78f69b1d16
commit
879bff5f27
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# based on https://github.com/pastapojken/i3SteamOrKill
|
||||
# required packages:
|
||||
# - xdotool
|
||||
|
||||
winID=$(xdotool getactivewindow)
|
||||
winClass=$(xprop -id $winID WM_CLASS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user