]> git.armaanb.net Git - config.org.git/commitdiff
Switch to catgirl and abduco
authorArmaan Bhojwani <me@armaanb.net>
Tue, 13 Apr 2021 17:28:36 +0000 (13:28 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 13 Apr 2021 17:28:36 +0000 (13:28 -0400)
config.org

index a07edccf31ba41a75405c5479e2bf1f6d3956356..d2f44be2fdffcc80a06858d20c3296f6844fee15 100644 (file)
@@ -833,14 +833,12 @@ No more clogging up init.el.
 **** Programs
 #+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[catgirl] = alacritty --hold -e sh -c "while : ; do ssh -p 23 -t root@armaanb.net tmux abduco -a catgirl; sleep 2; done"
   program[emacs] = emacsclient -c
   program[emacs-anywhere] = emacsclient --eval "(emacs-everywhere)"
   program[firefox] = firefox
 
   bind[aerc] = MOD+Control+1
-  # bind[weechat] = MOD+Control+2
   bind[catgirl] = MOD+Control+2
   bind[emacs-anywhere] = MOD+Control+3
   bind[firefox] = MOD+Control+4
@@ -1024,8 +1022,7 @@ If no command given, =ls=, if in a Git repo, =git status= as well.
 **** SSH
 #+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 catgirl='ssh -p 23 -t root@armaanb.net abduco -a 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'