mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Adding NamedActions to xmonad to display all keybindings.
This commit is contained in:
@@ -707,5 +707,5 @@ main = do
|
|||||||
-- order of things in xmobar
|
-- order of things in xmobar
|
||||||
, ppOrder = \(ws:l:t:ex) -> [ws,l]++ex++[t]
|
, ppOrder = \(ws:l:t:ex) -> [ws,l]++ex++[t]
|
||||||
}
|
}
|
||||||
} -- `additionalKeysP` myKeys
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -569,4 +569,4 @@ main = do
|
|||||||
-- order of things in xmobar
|
-- order of things in xmobar
|
||||||
, ppOrder = \(ws:l:t:ex) -> [ws,l]++ex++[t]
|
, ppOrder = \(ws:l:t:ex) -> [ws,l]++ex++[t]
|
||||||
}
|
}
|
||||||
} -- `additionalKeysP` myKeys
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user