mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
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:
parent
113dda4389
commit
766667d8fa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user