diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-27 16:54:58 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-27 16:54:58 -0400 |
commit | 3e40e087ff22b626a31eb26dcd7cbcab4f75ef7f (patch) | |
tree | 1c24d143a95984c4aebe45c362f39b0058cc191d /.local/share/yadm/repo.git/hooks/post-commit | |
parent | 9f7ab09c35fdb22bc0963dde2c7bf82e175acd1b (diff) |
Yadm hooks + alacritty font-size
Diffstat (limited to '.local/share/yadm/repo.git/hooks/post-commit')
-rwxr-xr-x | .local/share/yadm/repo.git/hooks/post-commit | 3 |
1 files changed, 3 insertions, 0 deletions
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) |