-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitty-custom.conf
34 lines (26 loc) · 908 Bytes
/
kitty-custom.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
font_family JetBrains Mono
wayland_titlebar_color background
map ctrl+shift+y new_tab
map ctrl+shift+t new_tab_with_cwd
map ctrl+shift+i detach_tab ask
map ctrl+shift+p>o kitten hints --type hyperlink
map ctrl+shift+p>y kitten hints --program @ --type url
# Fish shell
shell /usr/bin/fish -i
# nord1
tab_bar_background #3B4252
tab_bar_margin_color #3B4252
tab_bar_style powerline
tab_powerline_style slanted
# Disable left click links
mouse_map left click ungrabbed mouse_handle_click selection prompt
mouse_map ctrl+left release grabbed,ungrabbed mouse_handle_click selection link prompt
# Windows XP Critical Error
bell_path ~/.config/kitty/kitty.d/click.oga
# Window dimensions
remember_window_size no
initial_window_width 102c
initial_window_height 25c
# Other settings
scrollback_lines 10000
confirm_os_window_close 0