diff options
-rwxr-xr-x | .local/share/bin/pew | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/share/bin/pew b/.local/share/bin/pew new file mode 100755 index 0000000..70a9673 --- /dev/null +++ b/.local/share/bin/pew @@ -0,0 +1,3 @@ +#!/bin/sh + +kill -9 $(xprop | grep "_NET_WM_PID(CARDINAL)" | cut -d' ' -f3) |