diff options
Diffstat (limited to '.local/share/yadm/repo.git/hooks/post-checkout')
-rwxr-xr-x | .local/share/yadm/repo.git/hooks/post-checkout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/yadm/repo.git/hooks/post-checkout b/.local/share/yadm/repo.git/hooks/post-checkout index 56d9d54..ca851eb 100755 --- a/.local/share/yadm/repo.git/hooks/post-checkout +++ b/.local/share/yadm/repo.git/hooks/post-checkout @@ -1,3 +1,3 @@ #!/bin/sh -kill -41 $(pidof dwmblocks) +kill -41 $(pidof waybar) |