From: Armaan Bhojwani Date: Sun, 4 Apr 2021 03:23:06 +0000 (-0400) Subject: Add catgirl configs X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=d1ee5873073e281b3dcc7cb93ea53c72065e0a6f Add catgirl configs --- diff --git a/config.org b/config.org index 4e8dbe9..cdec879 100644 --- a/config.org +++ b/config.org @@ -885,6 +885,7 @@ No more clogging up init.el. #+begin_src conf :tangle ~/.spectrwm.conf program[aerc] = alacritty -e aerc program[weechat] = alacritty --hold -e sh -c "while : ; do ssh -p 23 -t root@armaanb.net tmux attach-session -t weechat; sleep 2; done" + program[catgirl] = alacritty --hold -e sh -c "while : ; do ssh -p 23 -t root@armaanb.net tmux attach-session -t catgirl; sleep 2; done" program[emacs] = emacsclient -c program[emacs-anywhere] = emacsclient --eval "(emacs-everywhere)" program[firefox] = firefox @@ -892,7 +893,8 @@ No more clogging up init.el. program[slack] = slack bind[aerc] = MOD+Control+1 - bind[weechat] = MOD+Control+2 + # bind[weechat] = MOD+Control+2 + bind[catgirl] = MOD+Control+2 bind[emacs-anywhere] = MOD+Control+3 bind[firefox] = MOD+Control+4 bind[thunderbird] = MOD+Control+5 @@ -1064,6 +1066,7 @@ I manage plugins using my own plugin manager, ZPE. https://git.sr.ht/~armaan/zpe #+begin_src shell :tangle ~/.config/zsh/zshrc alias bhoji-drop='ssh -p 23 root@armaanb.net' alias weechat='ssh -p 23 -t root@armaanb.net tmux attach-session -t weechat' + alias catgirl='ssh -p 23 -t root@armaanb.net tmux attach-session -t catgirl' alias tcf='ssh root@204.48.23.68' alias ngmun='ssh root@157.245.89.25' alias prox='ssh root@192.168.1.224'