summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+justsaumit@users.noreply.github.com>2022-03-12 19:55:55 +0530
committerGitHub <noreply@github.com>2022-03-12 19:55:55 +0530
commit16ac5919c109e334e7bfe2b73f167261b6576d2a (patch)
treeefa9346ede9ca1b74a13029e361cf7385c941a8e
parent54b772cae06eb25adf33297e35234f33ded81a7b (diff)
Delete hotrebootdwm
-rwxr-xr-x.scripts/hotrebootdwm4
1 files changed, 0 insertions, 4 deletions
diff --git a/.scripts/hotrebootdwm b/.scripts/hotrebootdwm
deleted file mode 100755
index 9768709..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