X.U.Loggers: Make logTitlesOnScreen default to correct value

To keep the behaviour of the old code, we want to fall back to the
unfocused format here, not the identity.

Fixes: cfc6a5293537a7cd61b9992c337279df5dba7628
This commit is contained in:
Tony Zorman 2022-08-24 14:55:11 +02:00
parent 113dda4389
commit 766667d8fa

View File

@ -201,7 +201,7 @@ logTitlesOnScreen
logTitlesOnScreen sid formatFoc formatUnfoc =
logTitlesOnScreen' sid TitlesFormat{ focusedFormat = formatFoc
, unfocusedFormat = formatUnfoc
, urgentFormat = id
, urgentFormat = formatUnfoc
}
-- | Like 'logTitlesOnScreen' but with support for urgent windows. To