From 3e40e087ff22b626a31eb26dcd7cbcab4f75ef7f Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 27 Oct 2023 16:54:58 -0400 Subject: Yadm hooks + alacritty font-size --- .local/share/yadm/repo.git/hooks/post-commit | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .local/share/yadm/repo.git/hooks/post-commit (limited to '.local/share/yadm/repo.git/hooks/post-commit') 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) -- cgit v1.2.3