Restart terminal (reload config) when changing font as well

This doesn't work for Ghostty (yet?) but it does work for Kitty
This commit is contained in:
David Heinemeier Hansson
2025-11-05 11:59:49 +01:00
parent a40ff463c9
commit 904d253b4d
3 changed files with 2 additions and 1 deletions

8
bin/omarchy-restart-terminal Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [[ -f ~/.config/alacritty/alacritty.toml ]]; then
touch ~/.config/alacritty/alacritty.toml
fi
killall -SIGUSR1 kitty
killall -SIGUSR2 ghostty