Adding NamedActions to xmonad to display all keybindings.

This commit is contained in:
Derek Taylor
2022-06-19 20:07:03 -05:00
parent dad192b689
commit fd7ed228c2
2 changed files with 2 additions and 2 deletions

View File

@@ -707,5 +707,5 @@ main = do
-- order of things in xmobar
, ppOrder = \(ws:l:t:ex) -> [ws,l]++ex++[t]
}
} -- `additionalKeysP` myKeys
}
#+END_SRC

View File

@@ -569,4 +569,4 @@ main = do
-- order of things in xmobar
, ppOrder = \(ws:l:t:ex) -> [ws,l]++ex++[t]
}
} -- `additionalKeysP` myKeys
}