From a1cfff389daed40f227f3c584dd43cba392be193 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 12 Jun 2022 16:05:50 +0200 Subject: [PATCH] tmux: Update social session Made mail more prominent since it's my primary use-case of the social session, so it deserves primary spotlight in the tmux tabs. Added a mastodon view to the news tab to complement the rss feed. --- tmux/.config/tmux/sessions/social.session | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tmux/.config/tmux/sessions/social.session b/tmux/.config/tmux/sessions/social.session index 6d06ea2..c81074b 100644 --- a/tmux/.config/tmux/sessions/social.session +++ b/tmux/.config/tmux/sessions/social.session @@ -1,8 +1,10 @@ -rename-window news +rename-window mail +send-keys "neomutt" C-m +new-window -n news send-keys "newsboat" C-m +split-window -h +send-keys "tut" C-m new-window -n matrix send-keys "gomuks" C-m new-window -n signal send-keys "siggo" C-m -new-window -n mail -send-keys "neomutt" C-m