add kitty.conf for each theme; config switches with theme (#1296)

* add kitty.conf for each theme; config switches with theme

* Revise default config

* Correct restart location

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
Amit
2025-09-17 01:10:07 +05:30
committed by GitHub
parent 432ffb508c
commit a1228dac6b
13 changed files with 655 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
case "$TERMINAL" in
"alacritty") touch ~/.config/alacritty/alacritty.toml ;;
"kitty") pkill -USRSIG1 kitty ;;
"ghostty") pkill -USRSIG2 ghostty ;;
"kitty") killall -SIGUSR1 kitty ;;
"ghostty") killall -USRSIG2 ghostty ;;
esac