summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-10-27 16:54:58 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-10-27 16:54:58 -0400
commit3e40e087ff22b626a31eb26dcd7cbcab4f75ef7f (patch)
tree1c24d143a95984c4aebe45c362f39b0058cc191d
parent9f7ab09c35fdb22bc0963dde2c7bf82e175acd1b (diff)
Yadm hooks + alacritty font-size
-rw-r--r--.config/alacritty/alacritty.yml2
l---------.local/share/yadm/repo.git/hooks/post-checkout1
-rwxr-xr-x.local/share/yadm/repo.git/hooks/post-commit3
l---------.local/share/yadm/repo.git/hooks/post-pull1
4 files changed, 6 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index a4f6c74..c1d7722 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -170,7 +170,7 @@ font:
style: Bold Italic
# Point size
- size: 14
+ size: 11
# Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter
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