Mercurial > dotfiles
annotate dot_config/kitty/kitty.conf.tmpl @ 1091:a1fab5298ef6 draft tip
feat: update to bitwarden 25.3 and enable ssh-agent
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Mon, 21 Apr 2025 20:13:02 +0200 |
parents | 2edfa67bf4dd |
children |
rev | line source |
---|---|
434 | 1 # vim:fileencoding=utf-8:ft=conf |
2 | |
3 font_family Fira Code Retina | |
4 italic_font Iosevka Term Italic | |
5 font_size {{ .font_size }} | |
6 | |
7 symbol_map U+F100-U+F2FF nonicons | |
8 | |
9 window_margin_width 4 | |
10 window_padding_width 4 | |
11 | |
12 scrollback_lines 10000 | |
13 | |
14 clipboard_control write-primary write-clipboard no-append | |
15 | |
16 draw_minimal_borders yes | |
17 | |
18 mark1_foreground white | |
19 mark1_background #f43753 | |
20 map f1 toggle_marker iregex 1 \berror\b | |
454
3614ad1b085c
Enable x11 window decorations on linux
zegervdv <zegervdv@me.com>
parents:
434
diff
changeset
|
21 |
3614ad1b085c
Enable x11 window decorations on linux
zegervdv <zegervdv@me.com>
parents:
434
diff
changeset
|
22 linux_display_server x11 |
468 | 23 editor nvim |
469 | 24 |
708
594116f4000e
feat: stop asking confirmation before closing kitty
zegervdv <zegervdv@me.com>
parents:
642
diff
changeset
|
25 confirm_os_window_close 0 |
714 | 26 |
27 {{ if .dark }} | |
28 include colors/catppuccin.conf | |
29 {{ else }} | |
30 include colors/espresso-tutti.conf | |
31 {{ end }} |