diff --git a/.config/kak/autoload/title.kak b/.config/kak/autoload/title.kak index fa5e3cd4..dca9810c 100644 --- a/.config/kak/autoload/title.kak +++ b/.config/kak/autoload/title.kak @@ -68,7 +68,8 @@ EOF hook global WinDisplay .* bar-buflist hook global FocusIn .* bar-buflist -hook global FocusOut .* bar-buflist +# hook global FocusOut .* bar-buflist hook global WinCreate .* bar-buflist hook global BufWritePost .* bar-buflist hook global ModeChange .* bar-buflist +hook global NormalIdle .* bar-buflist