diff options
Diffstat (limited to '.scripts/hotrebootdwm')
-rwxr-xr-x | .scripts/hotrebootdwm | 4 |
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 |