diff options
-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 |