update kitty tab titles

This commit is contained in:
Miguel Palhas
2025-11-05 17:51:49 +00:00
parent 46d60f132e
commit 8e83f70d27
+1 -1
View File
@@ -22,7 +22,7 @@
tab_bar_edge = "bottom"; tab_bar_edge = "bottom";
tab_bar_style = "powerline"; tab_bar_style = "powerline";
tab_powerline_style = "slanted"; tab_powerline_style = "slanted";
tab_title_template = "{title}{' :{}'.format(num_windows) if num_windows > 1 else ''}"; tab_title_template = "{tab.active_wd.split('/')[-1]}{' :{}'.format(num_windows) if num_windows > 1 else ''}";
# keys # keys
kitty_mod = "alt"; kitty_mod = "alt";