diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2025-07-10 22:56:06 +0200 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2025-07-10 22:56:06 +0200 |
commit | aa43694d825905bb9260238704f0210879e741d3 (patch) | |
tree | 41a6dde6f47bea5bfb9ad3378f87108d1baf01e8 | |
parent | 028e035f29f6b68a8263f61f67268292fa932b84 (diff) |
add kitty config
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | kitty/kitty.conf | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,6 @@ install: ${HOME}/.config ${HOME}/bin rsync -r hypr/ ${HOME}/.config/hypr/ + rsync -r kitty/ ${HOME}/.config/kitty/ rsync -r systemd/ ${HOME}/.config/systemd/ rsync -r tmux/ ${HOME}/.config/tmux/ rsync -r vim/ ${HOME}/.config/vim/ diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..683d2e7 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,5 @@ +font_size 10 +enable_audio_bell no + +map shift+page_up scroll_page_up +map shift+page_down scroll_page_down |