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.
This commit is contained in:
parent
a53dd6d617
commit
a1cfff389d
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
rename-window news
|
rename-window mail
|
||||||
|
send-keys "neomutt" C-m
|
||||||
|
new-window -n news
|
||||||
send-keys "newsboat" C-m
|
send-keys "newsboat" C-m
|
||||||
|
split-window -h
|
||||||
|
send-keys "tut" C-m
|
||||||
new-window -n matrix
|
new-window -n matrix
|
||||||
send-keys "gomuks" C-m
|
send-keys "gomuks" C-m
|
||||||
new-window -n signal
|
new-window -n signal
|
||||||
send-keys "siggo" C-m
|
send-keys "siggo" C-m
|
||||||
new-window -n mail
|
|
||||||
send-keys "neomutt" C-m
|
|
||||||
|
|
Loading…
Reference in a new issue