aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Keys.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Internal/Keys.hs')
-rw-r--r--src/Internal/Keys.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs
index 2905ba0..d4a856c 100644
--- a/src/Internal/Keys.hs
+++ b/src/Internal/Keys.hs
@@ -229,7 +229,10 @@ keymap = runKeys $ do
(show (map ord str))
bind xK_c $ do
- shiftMod $ CopyWindow.killAllOtherCopies
+ shiftMod CopyWindow.killAllOtherCopies
+
+ bind xK_e $
+ (justMod -|- noMod) $ spawn "emoji-select.sh"
-- Double-tap Z to toggle zoom.