all repos — xmonad-config @ d3e64416f57c1f0e0a3451303dbd708e3889305d

personal xmonad config

add emacs keybinding

emacs daemon is currently started by systemd-user
la-ninpre leobrekalini@gmail.com
Sun, 25 Jul 2021 23:05:22 +0300
commit

d3e64416f57c1f0e0a3451303dbd708e3889305d

parent

e743f357f27838e05bd3b20d6be9dcfcf0cde6d6

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M xmonad.hsxmonad.hs

@@ -323,6 +323,7 @@ , ("M-w", spawn (myBrowser))

, ("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