summaryrefslogtreecommitdiff
path: root/scripts/hotrebootdwm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/hotrebootdwm')
-rwxr-xr-xscripts/hotrebootdwm4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/hotrebootdwm b/scripts/hotrebootdwm
deleted file mode 100755
index b89bac7..0000000
--- a/scripts/hotrebootdwm
+++ /dev/null
@@ -1,4 +0,0 @@
-$!/bin/sh
-##pid=$(ps -a | grep dwm | awk '{print $1}')
-pid=$(pidof dwm)
-kill -HUP $pid