summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/.xmonad/xmonad.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/.xmonad/xmonad.hs b/desktop/.xmonad/xmonad.hs
index 2bc7c07..375d74d 100644
--- a/desktop/.xmonad/xmonad.hs
+++ b/desktop/.xmonad/xmonad.hs
@@ -91,6 +91,9 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm, xK_d ), spawn "rofi -show run")
, ((modm, xK_s ), spawn "rofipass")
+ -- launch emacs everywhere
+ , ((modm, xK_minus ), spawn "emacsclient --eval \"(emacs-everywhere)\"")
+
-- close focused window
, ((modm .|. shiftMask, xK_c ), kill)