From 802baeb975b8b53ae6d96f629ad310293c90ef9a Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Thu, 11 Jul 2024 09:27:59 -0400 Subject: xpidof --- xpidof | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 xpidof (limited to 'xpidof') diff --git a/xpidof b/xpidof new file mode 100755 index 0000000..2cae42e --- /dev/null +++ b/xpidof @@ -0,0 +1,5 @@ +#!/bin/bash + + + xprop _NET_WM_PID | sed -e 's/.* //' + -- cgit v1.2.3