From e6032137bf9f092223038c101bf7ccc31a84dba6 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 23 Sep 2022 18:45:33 +0200 Subject: add pew script for shooting windows --- .local/share/bin/pew | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .local/share/bin/pew 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) -- cgit v1.2.3