From aa43694d825905bb9260238704f0210879e741d3 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 10 Jul 2025 22:56:06 +0200 Subject: add kitty config --- Makefile | 1 + kitty/kitty.conf | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 kitty/kitty.conf 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 -- cgit v1.2.3-70-g09d2