From 60b825183d99f47b711774eb42a24e339d07b233 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 12 Apr 2021 20:48:52 +0200 Subject: [PATCH] tmux: Add social session Added very simple social dashboard session, simply running newsboat and matrix in separate windows. --- tmux/.config/tmux/sessions/social.session | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tmux/.config/tmux/sessions/social.session diff --git a/tmux/.config/tmux/sessions/social.session b/tmux/.config/tmux/sessions/social.session new file mode 100644 index 0000000..c64fe4b --- /dev/null +++ b/tmux/.config/tmux/sessions/social.session @@ -0,0 +1,4 @@ +rename-window news +send-keys "newsboat" C-m +new-window -n matrix +send-keys "gomuks" C-m