diff options
author | Frederick Yin <fkfd@fkfd.me> | 2021-12-13 14:27:29 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2021-12-13 14:27:29 +0800 |
commit | 54cadc353110592ddc3a2a90d26fefafaad85b19 (patch) | |
tree | 5121ccc8fc4ae7710030e47f6a15e95d037b8449 /kitty | |
parent | bbfd624c1ec9219da8e3ef40ae5f2135289f9732 (diff) |
i3status, kitty, sway
Diffstat (limited to 'kitty')
-rw-r--r-- | kitty/kitty.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..494ccca --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,21 @@ +font_family Fira Code +font_size 12 + +cursor_blink_interval 0 + +url_color #0087bd +url_style single + +wheel_scroll_multiplier 3.0 +touch_scroll_multiplier 3.0 + +enable_audio_bell no + +open_url_with qutebrowser +mouse_map ctrl+left click grabbed,ungrabbed mouse_click_url_or_select + +map ctrl+shift+t new_tab_with_cwd +map shift+left previous_tab +map shift+right next_tab + +tab_bar_style slant |