aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmonad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad.hs b/xmonad.hs
index ffc85bc..24f5ac9 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -323,6 +323,7 @@ myKeys =
, ("M-i", spawn (myTerminal
++ " --class alacritty,amfora -e "
++ myGeminiClient))
+ , ("M-S-e", spawn "emacsclient -c")
-- Kill windows
, ("M-S-c", kill1) -- Kill the currently focused client
, ("M-S-a", killAll) -- Kill all windows on current workspace