- Add Xft Xresources to make fonts not ugly - Add dunstrc now that I'm using dunst - Manage GTK settings now that I'm free of mate-settings - Add an i3 keybind for pcmanfm - Make kitty font size chords +/- by 1pt and not 2pt - Explicitly specify fonts everywhere - Put barrier and dunst in xinitrc - Make QT theme explicit via env var - Move ZSH keybinds to global since Arch doesn't bind them
76 lines
1.5 KiB
Text
76 lines
1.5 KiB
Text
cursor_blink_interval 0
|
|
scrollback_lines 2000
|
|
|
|
url_style curly
|
|
|
|
sync_to_monitor yes
|
|
|
|
enable_audio_bell no
|
|
window_alert_on_bell yes
|
|
|
|
map kitty_mod+enter new_window_with_cwd
|
|
map kitty_mod+j previous_window
|
|
map kitty_mod+k next_window
|
|
map kitty_mod+up move_window_forward
|
|
map kitty_mod+down move_window_backward
|
|
|
|
map kitty_mod+] next_tab
|
|
map kitty_mod+[ previous_tab
|
|
map kitty_mod+right move_tab_forward
|
|
map kitty_mod+left move_tab_backward
|
|
map kitty_mod+t new_tab_with_cwd
|
|
|
|
map kitty_mod+equal change_font_size all +1.0
|
|
map kitty_mod+minus change_font_size all -1.0
|
|
map kitty_mod+backspace change_font_size all 0
|
|
|
|
map kitty_mod+u input_unicode_character
|
|
map kitty_mod+f2 edit_config_file
|
|
|
|
font_size 11
|
|
font_family DejaVu Sans Mono
|
|
|
|
# %%base16_template: kitty##default-256 %%
|
|
background #000000
|
|
foreground #f0f0f0
|
|
selection_background #311647
|
|
selection_foreground #f0f0f0
|
|
url_color #b0b0b0
|
|
cursor #f0f0f0
|
|
active_border_color #606060
|
|
inactive_border_color #202020
|
|
active_tab_background #000000
|
|
active_tab_foreground #f0f0f0
|
|
inactive_tab_background #202020
|
|
inactive_tab_foreground #b0b0b0
|
|
tab_bar_background #202020
|
|
|
|
# normal
|
|
color0 #000000
|
|
color1 #ed008c
|
|
color2 #8dc73f
|
|
color3 #f7c61d
|
|
color4 #3f7fff
|
|
color5 #9f4fdf
|
|
color6 #65cdcd
|
|
color7 #f0f0f0
|
|
|
|
# bright
|
|
color8 #606060
|
|
color9 #ed008c
|
|
color10 #8dc73f
|
|
color11 #f7c61d
|
|
color12 #3f7fff
|
|
color13 #9f4fdf
|
|
color14 #65cdcd
|
|
color15 #ffffff
|
|
|
|
# extended base16 colors
|
|
color16 #f7941d
|
|
color17 #a16946
|
|
color18 #202020
|
|
color19 #311647
|
|
color20 #b0b0b0
|
|
color21 #c0c0c0
|
|
|
|
# %%base16_template_end%%
|