show layout
This commit is contained in:
parent
b3a495333e
commit
92ef2924ce
1 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||
, ((modm, xK_space ), spawn "rofi -show-icons -show drun")
|
||||
|
||||
-- close focused window
|
||||
, ((modm .|. shiftMask, xK_c ), kill)
|
||||
, ((modm, xK_w ), kill)
|
||||
|
||||
-- Rotate through the available layout algorithms
|
||||
, ((modm, xK_p ), sendMessage NextLayout)
|
||||
|
@ -262,8 +262,8 @@ myXmobarFormat = def {
|
|||
ppHidden = white . wrap " " "",
|
||||
ppHiddenNoWindows = lowWhite . wrap " " "",
|
||||
ppUrgent = red . wrap (yellow "!") (yellow "!"),
|
||||
ppOrder = \(ws:_) -> [ws],
|
||||
--ppOrder = \[ws l, _ ] -> [ws, l ],
|
||||
--ppOrder = \(ws:_) -> [ws],
|
||||
ppOrder = \[ws l, _ ] -> [ws, l ],
|
||||
ppExtras = [logTitles formatFocused formatUnfocused]
|
||||
}
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue