aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2025-07-10 22:56:06 +0200
committerGibheer <gibheer+git@zero-knowledge.org>2025-07-10 22:56:06 +0200
commitaa43694d825905bb9260238704f0210879e741d3 (patch)
tree41a6dde6f47bea5bfb9ad3378f87108d1baf01e8
parent028e035f29f6b68a8263f61f67268292fa932b84 (diff)
add kitty config
-rw-r--r--Makefile1
-rw-r--r--kitty/kitty.conf5
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 24c2562..b5001ff 100644
--- a/Makefile
+++ b/Makefile
@@ -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