feat: kitty opacity

This commit is contained in:
Michel 2023-04-06 12:13:03 +02:00
parent eda6d76bec
commit 0e76e122ee
1 changed files with 8 additions and 2 deletions

View File

@ -75,6 +75,8 @@ scrollback_lines 10000
#: Mouse {{{1
#
# file:///usr/share/dokitty/html/open_actions.html
#: Performance tuning {{{1
@ -106,7 +108,7 @@ inactive_tab_font_style italic
#: Color scheme {{{1
include Paul Millr.conf
background_opacity 0.90
background_opacity 1.00
cursor #f41
selection_background none
selection_foreground none
@ -131,7 +133,7 @@ dynamic_background_opacity yes
kitten_alias hints hints --alphabet="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" --hints-offset=0
# Clipboard {{{1
#: Clipboard {{{1
#: Scrolling {{{1
@ -186,6 +188,7 @@ map kitty_mod+minus change_font_size current -0.5
map kitty_mod+m>m create_marker
map kitty_mod+m>shift+m remove_marker
map kitty_mod+m>e toggle_marker iregex 1 \\bERROR\\b 2 \\bWARNING\\b 3 \\bNOTE\\b
map kitty_mod+m>n toggle_marker iregex 1 "(^\\[\\d+/\\d+\\]|\\bERROR\\b)" 2 "(c\\+\\+ object.*|\\bWARNING\\b)" 3 \\bNOTE\\b
map kitty_mod+m>u toggle_marker regex 3 https?://\\S+
mark1_background #d00
mark2_background #c90
@ -193,6 +196,9 @@ mark3_background #0d0
#: Miscellaneous {{{1
map kitty_mod+f3 set_background_opacity -0.05
map kitty_mod+f4 set_background_opacity +0.05
#: }}}1
#: vim:foldmethod=marker:foldlevel=0