diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-11-02 21:44:21 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-11-02 21:44:21 -0400 |
commit | 2066de2e4a639d1bfff7823ae37cb21a575799d0 (patch) | |
tree | bb6edc404a8023724a5744cb0ca19b6c84c0f96f /.local/share/yadm | |
parent | 82f25ae86ec13a41a77ad42d7c3a053148bbba55 (diff) | |
parent | 7c6065774adcc5adee9fd3220314ed149e4c1668 (diff) |
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
Diffstat (limited to '.local/share/yadm')
l--------- | .local/share/yadm/repo.git/hooks/post-checkout | 1 | ||||
-rwxr-xr-x | .local/share/yadm/repo.git/hooks/post-commit | 3 | ||||
l--------- | .local/share/yadm/repo.git/hooks/post-pull | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.local/share/yadm/repo.git/hooks/post-checkout b/.local/share/yadm/repo.git/hooks/post-checkout new file mode 120000 index 0000000..ace4560 --- /dev/null +++ b/.local/share/yadm/repo.git/hooks/post-checkout @@ -0,0 +1 @@ +post-commit
\ No newline at end of file diff --git a/.local/share/yadm/repo.git/hooks/post-commit b/.local/share/yadm/repo.git/hooks/post-commit new file mode 100755 index 0000000..56d9d54 --- /dev/null +++ b/.local/share/yadm/repo.git/hooks/post-commit @@ -0,0 +1,3 @@ +#!/bin/sh + +kill -41 $(pidof dwmblocks) diff --git a/.local/share/yadm/repo.git/hooks/post-pull b/.local/share/yadm/repo.git/hooks/post-pull new file mode 120000 index 0000000..ace4560 --- /dev/null +++ b/.local/share/yadm/repo.git/hooks/post-pull @@ -0,0 +1 @@ +post-commit
\ No newline at end of file |