all repos — nixfiles @ 0022a91d26c4e585d212b9df1ac77a2a94532622

System and user configuration, managed by nix and home-manager

XMonad: Add dmenu_path shortcut

Alan Pearce
commit

0022a91d26c4e585d212b9df1ac77a2a94532622

parent

3b5ad129172cff59234c4d0d75606142d29cf3b4

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-xmonad/xmonad/xmonad.hstag-xmonad/xmonad/xmonad.hs
@@ -26,6 +26,7 @@ myKeys c = mkKeymap c $
[ ("M-S-<Return>", spawn $ XMonad.terminal c) , ("M-k", kill) + , ("M-<Space>", spawn "exec $(dmenu_path | dmenu)") , ("M-x M-e", spawn "emacsclient -c") , ("M-t", withFocused $ windows . W.sink)