From c7a51fb7a1d6dcb954798eaf6534ece1ce809b8d Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 10 Apr 2024 17:04:46 -0500 Subject: [PATCH] add tmuxbird, a crappy thunderbird replacement via tmux --- builds/utils/sh/tmuxbird | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 builds/utils/sh/tmuxbird diff --git a/builds/utils/sh/tmuxbird b/builds/utils/sh/tmuxbird new file mode 100755 index 0000000..9ddbd61 --- /dev/null +++ b/builds/utils/sh/tmuxbird @@ -0,0 +1,10 @@ +tmux new-session -d -s tmuxbird "neomutt" +tmux split-window -fb -t tmuxbird:0 -l 3% -d 'watch -n 30 "mbsync --config=$HOME/.config/isync/config main; vdirsyncer sync; rbw sync"' +sleep 1 +tmux resize-pane -t 1 -U 5 +tmux split-window -fhb -t tmuxbird:0 -l 3% -d 'watch -n 30 "todo list"' +tmux rename-window mailview +tmux new-window -n calview "khal interactive" +tmux split-window -fhb -t tmuxbird:1 -l 10 -d 'todo shell' +tmux select-window -t 0 +tmux attach-session -t tmuxbird