diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-05-08 12:59:50 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-05-08 13:03:44 -0400 |
commit | 2a4b18b11657a5cfd18d52f0a9964cf93754e1e8 (patch) | |
tree | 2e7049dc7cf7c49c569b05ab094790b9d936c3d0 | |
parent | expand bagpipes playlist (diff) |
Update tmux to reflect death of hermes
-rw-r--r-- | .tmux-mail.conf | 4 | ||||
-rw-r--r-- | .tmux.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf index 80241b8..a8f4d4a 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -3,10 +3,10 @@ source-file ~/.tmux.conf new-session -s mail -d -n mutt 'neomutt -f imaps://rkavanag%40andrew.cmu.edu@imap.gmail.com' split-window -c '~' 'neomutt -f imaps://imap.ryanak.ca' split-window -c '~' -h 'neomutt -f imaps://ryanakca@gmail.com@imap.gmail.com/' -new-window -d -c '~' -n hermes 'ssh hermes.ryanak.ca' +new-window -d -c '~' -n aether 'ssh aether.ryanak.ca' new-session -s mus -A -n ncmpcpp -c '~' 'ncmpcpp' select-window -t mail:mutt set-option -t mail:mutt remain-on-exit on -set-option -t mail:hermes remain-on-exit on +set-option -t mail:aether remain-on-exit on set-option -t mus:ncmpcpp remain-on-exit on attach -t mail @@ -43,8 +43,8 @@ set-option -g status-interval 2 set-option -g status-justify "centre" set-option -g status-left-length 100 set-option -g status-right-length 100 -set-option -g status-left "#(~/.tmux/powerline/powerline.sh left)" -set-option -g status-right "#(~/.tmux/powerline/powerline.sh right)" +# set-option -g status-left "#(~/.tmux/powerline/powerline.sh left)" +# set-option -g status-right "#(~/.tmux/powerline/powerline.sh right)" set-option -g status-bg colour235 set-option -g status-fg colour254 set-window-option -g window-status-current-format "#[fg=colour235, bg=colour27]▶#[fg=colour255, bg=colour27] #I ❯ #W #[fg=colour27, bg=colour235]▶" |