mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -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: cfc6a52935
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user