tmux: Add social session
Added very simple social dashboard session, simply running newsboat and matrix in separate windows.
This commit is contained in:
parent
d3b2e30052
commit
60b825183d
1 changed files with 4 additions and 0 deletions
4
tmux/.config/tmux/sessions/social.session
Normal file
4
tmux/.config/tmux/sessions/social.session
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
rename-window news
|
||||||
|
send-keys "newsboat" C-m
|
||||||
|
new-window -n matrix
|
||||||
|
send-keys "gomuks" C-m
|
Loading…
Reference in a new issue