xmonad - hide NSP workspace
This commit is contained in:
parent
0331c65345
commit
7bf50613a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue