diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-25 00:34:19 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-25 00:34:19 -0500 |
commit | 79d6b6e09fc03d1b4699353a4a41856a977709ca (patch) | |
tree | eb4cf3eef1a26e6551e7046febeeae30531833ce /.local/share/yadm/repo.git/hooks/post-checkout | |
parent | adcb6518d48ab41b26aeba77b3d0147d24dc287d (diff) |
Update yadm hooks to update dwmblocks
Diffstat (limited to '.local/share/yadm/repo.git/hooks/post-checkout')
-rwxr-xr-x[l---------] | .local/share/yadm/repo.git/hooks/post-checkout | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.local/share/yadm/repo.git/hooks/post-checkout b/.local/share/yadm/repo.git/hooks/post-checkout index ace4560..56d9d54 120000..100755 --- a/.local/share/yadm/repo.git/hooks/post-checkout +++ b/.local/share/yadm/repo.git/hooks/post-checkout @@ -1 +1,3 @@ -post-commit
\ No newline at end of file +#!/bin/sh + +kill -41 $(pidof dwmblocks) |