xmonad - hide NSP workspace
This commit is contained in:
parent
0331c65345
commit
7bf50613a3
@ -343,7 +343,7 @@ myStartupHook = return ()
|
||||
myPP :: PP
|
||||
myPP = xmobarPP { ppCurrent = xmobarColor "red" ""
|
||||
, ppVisible = xmobarColor "orange" ""
|
||||
, ppHidden = id
|
||||
, ppHidden = \n -> if n == "NSP" then "" else n
|
||||
, ppHiddenNoWindows = const ""
|
||||
, ppUrgent = xmobarColor "green" ""
|
||||
, ppSep = " - "
|
||||
|
Loading…
Reference in New Issue
Block a user