From cb33d18fc8a9e0a96dc1cc32a262d24691e51400 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 15 Aug 2023 21:31:14 -0600 Subject: [PATCH] [XMonad] Add a binding for emacs-everywhere --- dotfiles/config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/xmonad/xmonad.hs b/dotfiles/config/xmonad/xmonad.hs index be9a8622..1ee904f9 100644 --- a/dotfiles/config/xmonad/xmonad.hs +++ b/dotfiles/config/xmonad/xmonad.hs @@ -989,7 +989,6 @@ addKeys conf@XConfig { modMask = modm } = -- Focus/Layout manipulation - , ((modm, xK_e), goToNextScreenX) , ((modm, xK_slash), sendMessage $ Toggle MIRROR) , ((modm, xK_backslash), cycleWorkspaceOnCurrentScreen [xK_Super_L] xK_backslash xK_slash) @@ -1037,6 +1036,7 @@ addKeys conf@XConfig { modMask = modm } = , ((hyper, xK_o), spawn "rofi_paswitch") , ((modm, xK_apostrophe), spawn "load_default_map") , ((modalt, xK_apostrophe), spawn "load_xkb_map") + , ((modm, xK_e), spawn "emacsclient --eval '(emacs-everywhere)'") -- Media keys