Skip to content

Commit

Permalink
Use neomutt
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Feb 24, 2024
1 parent afe0b8c commit 1f18e8d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions local/bin/work
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ set -e

tmux new -s work -d
tmux new-window -n mail -t work:1
tmux send-keys -t mail "mutt" C-m
tmux new-window -n todo -t work:2
tmux send-keys -t todo "vim ~/Documents/todo.md" C-m
tmux new-window -n cal -t work:3
tmux send-keys -t cal "ikhal" C-m
tmux new-window -n news -t work:4
tmux send-keys -t news "newsboat" C-m
tmux new-window -n audio -t work:5
tmux send-keys -t audio "ncspot" C-m
tmux select-window -t 0
tmux send-keys -t mail "neomutt" C-m
tmux split-window -v -t mail
tmux send-keys -t mail "$EDITOR ~/Documents/todo.md" C-m
tmux select-layout -t mail main-vertical
# tmux new-window -n cal -t work:2
# tmux send-keys -t cal "ikhal" C-m
# tmux new-window -n news -t work:4
# tmux send-keys -t news "newsboat" C-m
#tmux new-window -n audio -t work:3
#tmux send-keys -t audio "ncspot" C-m
#tmux select-window -t 0

tmux attach -t work

0 comments on commit 1f18e8d

Please sign in to comment.