[xmonad] added window title after workspaces

This commit is contained in:
Afonso Franco 2024-09-12 21:42:42 +01:00
parent 16d5242884
commit 1ace054834
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

@ -133,6 +133,8 @@ myEventHook = ewmhDesktopsEventHook
myStartupHook = do
spawnOnce "dunst &"
spawnOnce "lxpolkit"
spawnOnce "thunar --daemon"
spawnOnce "kwalletd6"
spawnOnce "pasystray"
spawnOnce "nitrogen --restore &"
@ -159,7 +161,7 @@ myXmobarPP = def
, ppVisible = xmobarColor gray0 "" . const wsIconFull
, ppHidden = xmobarColor gray0 "" . const wsIconFull
, ppHiddenNoWindows = xmobarColor gray0 "" . const wsIconFull
, ppOrder = \(ws : _ : _ : extras) -> ws : extras
, ppOrder = \(ws : _ : t : extras) -> ws : " " : t : extras
}
where
wsIconFull = " <fn=2>\xf111</fn> "