fix killing pids

This commit is contained in:
Thomas Ruoff
2018-10-21 23:49:29 +02:00
parent 71a28173de
commit 926a1af7bc
2 changed files with 1 additions and 16 deletions

View File

@@ -12,10 +12,9 @@ store_pid() {
}
OLD_PIDS=$(cat $PIDS_FILE)
kill $(echo $OLD_PIDS)
rm $PIDS_FILE
kill $OLD_PIDS
hc emit_hook reload
~/.config/herbstluftwm/bindings.sh