From 54b772cae06eb25adf33297e35234f33ded81a7b Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 12 Mar 2022 19:54:51 +0530 Subject: neovim addition --- .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..9768709 --- /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