From 0e76e122eeff074bde7a08ec6d5c0da496a1a27c Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 6 Apr 2023 12:13:03 +0200 Subject: [PATCH] feat: kitty opacity --- .config/kitty/kitty.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 4d0ff32..c5595a5 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -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