From b7c8da835bb251862a3b2b23458bd2f4c5f58f5f Mon Sep 17 00:00:00 2001 From: justsaumit Date: Sun, 27 Feb 2022 07:00:19 +0530 Subject: Pushing old local updates --- scripts/hotrebootdwm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/hotrebootdwm (limited to 'scripts/hotrebootdwm') diff --git a/scripts/hotrebootdwm b/scripts/hotrebootdwm new file mode 100755 index 0000000..b89bac7 --- /dev/null +++ b/scripts/hotrebootdwm @@ -0,0 +1,4 @@ +$!/bin/sh +##pid=$(ps -a | grep dwm | awk '{print $1}') +pid=$(pidof dwm) +kill -HUP $pid -- cgit v1.2.3