mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Adding emacs-run-launcher to xmonad keybindings
This commit is contained in:
@@ -641,7 +641,7 @@ myKeys c =
|
||||
, ("M-S-q", addName "Quit XMonad" $ spawn "dm-logout")
|
||||
, ("M-S-c", addName "Kill focused window" $ kill1)
|
||||
, ("M-S-a", addName "Kill all windows on WS" $ killAll)
|
||||
-- , ("M-S-<Return>", addName "Run prompt" $ sequence_ [spawn (mySoundPlayer ++ dmenuSound), spawn "~/.local/bin/dm-run"])
|
||||
-- , ("M-S-<Return>", addName "Run prompt" $ sequence_ [spawn (mySoundPlayer ++ dmenuSound), spawn "~/.local/bin/dm-run"])
|
||||
, ("M-S-<Return>", addName "Run prompt" $ sequence_ [spawn (mySoundPlayer ++ dmenuSound), spawn "emacsclient -cF '((visibility . nil))' -e '(emacs-counsel-launcher)'"])
|
||||
, ("M-S-b", addName "Toggle bar show/hide" $ sendMessage ToggleStruts)
|
||||
, ("M-/", addName "DTOS Help" $ spawn "~/.local/bin/dtos-help")]
|
||||
|
||||
@@ -504,7 +504,7 @@ myKeys c =
|
||||
, ("M-S-q", addName "Quit XMonad" $ spawn "dm-logout")
|
||||
, ("M-S-c", addName "Kill focused window" $ kill1)
|
||||
, ("M-S-a", addName "Kill all windows on WS" $ killAll)
|
||||
-- , ("M-S-<Return>", addName "Run prompt" $ sequence_ [spawn (mySoundPlayer ++ dmenuSound), spawn "~/.local/bin/dm-run"])
|
||||
-- , ("M-S-<Return>", addName "Run prompt" $ sequence_ [spawn (mySoundPlayer ++ dmenuSound), spawn "~/.local/bin/dm-run"])
|
||||
, ("M-S-<Return>", addName "Run prompt" $ sequence_ [spawn (mySoundPlayer ++ dmenuSound), spawn "emacsclient -cF '((visibility . nil))' -e '(emacs-counsel-launcher)'"])
|
||||
, ("M-S-b", addName "Toggle bar show/hide" $ sendMessage ToggleStruts)
|
||||
, ("M-/", addName "DTOS Help" $ spawn "~/.local/bin/dtos-help")]
|
||||
|
||||
Reference in New Issue
Block a user