1
0
forked from extern/nix-config

kitty: Use shorter tab titles

This commit is contained in:
Donovan Glover 2023-01-07 01:34:14 -05:00
parent 789543f085
commit 25f6763956
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -72,4 +72,7 @@ window_padding_width 10.0
# Make the tab bar margin the same as the window padding
tab_bar_margin_width 10.0
# Use shorter tab titles
tab_title_template "{index}: {title[title.rfind('/')+1:]}"
# vim:ft=conf