diff options
Diffstat (limited to 'kitty')
| -rw-r--r-- | kitty/.config/kitty/kitty.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index c3ad94a..aef65cc 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -205,7 +205,7 @@ box_drawing_scale 0.001, 1, 1.5, 2 #: special keyword: background. Note that if cursor is set to none #: then this setting is ignored. -cursor_shape underline +cursor_shape beam #: The cursor shape can be one of (block, beam, underline). Note that #: when reloading the config this will be changed only if the cursor @@ -943,9 +943,9 @@ inactive_tab_font_style normal #: The foreground and background colors -background_opacity 1.0 +# background_opacity 1.0 # background_opacity 0.90 -# background_opacity 0.50 +background_opacity 1.00 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if |
