summaryrefslogtreecommitdiff
path: root/scripts/hotrebootdwm
diff options
context:
space:
mode:
authorjustsaumit <justsaumit@draconyan.xyz>2022-03-02 11:23:45 +0530
committerjustsaumit <justsaumit@draconyan.xyz>2022-03-02 11:23:45 +0530
commita754011fc58e83f38cadc5bc10492ab961c9c540 (patch)
treed7c3cd6fd254fb7e52759f77e44193bf103de177 /scripts/hotrebootdwm
parent98bbe7bd7fcec209e2408ff0b086858715ca89e0 (diff)
spring cleaning 0.1
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