From d28b9b8e219af010a3c1b6871272ddfb24cc7a38 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 16 May 2021 19:31:50 -0400 Subject: [PATCH] spectrwm: switch mail and irc keybindings to emacs --- config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index e649caf..6a21b86 100644 --- a/config.org +++ b/config.org @@ -735,15 +735,15 @@ No more clogging up init.el. #+end_src **** Programs #+begin_src conf :tangle ~/.spectrwm.conf - program[aerc] = alacritty -e aerc - program[catgirl] = alacritty --hold -e sh -c "while : ; do ssh root@armaanb.net -t abduco -A irc catgirl freenode; sleep 2; done" + program[email] = emacsclient -c --eval "(mu4e)" + program[irc] = emacsclient -c --eval '(switch-to-buffer "irc.armaanb.net:6697")' program[emacs] = emacsclient -c program[firefox] = firefox program[calc] = alacritty -e because -l program[emacs-anywhere] = emacsclient --eval "(emacs-everywhere)" - bind[aerc] = MOD+Control+1 - bind[catgirl] = MOD+Control+2 + bind[email] = MOD+Control+1 + bind[irc] = MOD+Control+2 bind[firefox] = MOD+Control+3 bind[emacs-anywhere] = MOD+Control+4 bind[calc] = MOD+Control+5 -- 2.39.2