summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-12-19 20:23:14 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-12-19 20:23:14 -0500
commitcd12a92c8b42be7a4b2e6f9b6e49cfe90947159c (patch)
treecd55743c447c5e1db44a8aa165248b73eebf0317 /desktop
parente2814bdb142f2fd8addf770afa4a50cbe2872a27 (diff)
emacs everywhere
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)