From 6e01d4d9a826660efed47a25517edbb095568405 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 2 Sep 2022 22:28:02 +0200 Subject: [PATCH] kitty: if powerlibe tabs, prefer slanted --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 8653458..1046472 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -640,7 +640,7 @@ tab_separator " ┇ " #: The separator between tabs in the tab bar when using separator as #: the tab_bar_style. -tab_powerline_style angled +tab_powerline_style slanted #: The powerline separator style between tabs in the tab bar when using #: powerline as the tab_bar_style, can be one of: angled, slanted, or round.