dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 04c817100e07653c93b5e12bb3c57ca6afc2221e
parent 02487bee63a5b0149edaea534f927e3b9565fc5c
Author: hhvn <dev@hhvn.uk>
Date:   Sun, 25 Apr 2021 14:09:22 +0100

.s/b/cvrestart: kill properly

Diffstat:
M.scripts/bin/cvrestart | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.scripts/bin/cvrestart b/.scripts/bin/cvrestart @@ -1,7 +1,6 @@ #!/bin/sh -pkill dwmbar -pkill fetchmail +doas kill -9 $(ps aux | grep 'dwm[b]ar' | awk '{print $2}') cd ~/.scripts/dwmblocks exec ./dwmbar >/dev/null 2>/dev/null &