diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_pew')
| -rw-r--r-- | home/dot_local/share/bin/executable_pew | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/dot_local/share/bin/executable_pew b/home/dot_local/share/bin/executable_pew new file mode 100644 index 0000000..70a9673 --- /dev/null +++ b/home/dot_local/share/bin/executable_pew @@ -0,0 +1,3 @@ +#!/bin/sh + +kill -9 $(xprop | grep "_NET_WM_PID(CARDINAL)" | cut -d' ' -f3) |