diff --git a/configs/kitty/kitty.conf b/configs/kitty/kitty.conf index bc9422c..9ae9246 100644 --- a/configs/kitty/kitty.conf +++ b/configs/kitty/kitty.conf @@ -2,8 +2,6 @@ include ./theme.conf -background #000000 - #: Fonts {{{ #: kitty has very powerful font management. You can configure @@ -377,9 +375,9 @@ disable_ligatures never #: Terminal bell {{{ -# enable_audio_bell yes +enable_audio_bell no -#: Enable/disable the audio bell. Useful in environments that require +#: Enable/disable the audio bell. Useful in environments that requir #: silence. # visual_bell_duration 0.0 @@ -628,9 +626,10 @@ window_padding_width 10 #: }}} #: Color scheme {{{ +# -# foreground #dddddd -# background #000000 +foreground #dddddd +background #000000 #: The foreground and background colors @@ -1014,7 +1013,7 @@ window_padding_width 10 #: map ctrl+f>2 set_font_size 20 -# kitty_mod ctrl+shift +kitty_mod ctrl+shift #: The value of kitty_mod is used as the modifier for all default #: shortcuts, you can change it in your kitty.conf to change the @@ -1186,8 +1185,8 @@ window_padding_width 10 #: You can change the font size for all top-level kitty OS windows at #: a time or only the current one. -# map kitty_mod+equal change_font_size all +2.0 -# map kitty_mod+minus change_font_size all -2.0 +map kitty_mod+plus change_font_size all +2.0 +map kitty_mod+minus change_font_size all -2.0 # map kitty_mod+backspace change_font_size all 0 #: To setup shortcuts for specific font sizes::