chore(xmonad): added window title after workspaces

This commit is contained in:
Afonso Franco 2024-09-12 21:42:42 +01:00
parent d83b2600ec
commit 6ea7575d94
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

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> "