]> git.phdru.name Git - dotfiles.git/commitdiff
Fix(xli): Fix window title
authorOleg Broytman <phd@phdru.name>
Wed, 15 Nov 2023 16:33:31 +0000 (19:33 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 15 Nov 2023 16:33:31 +0000 (19:33 +0300)
`xli` cuts long names on the 1st dot instead of the last.
It seems it recognizes everything after the 1st dot
as a filename extension.

To fix replace all dots with underscores.


No differences found