feat(tmuxp): add new mail workspace file
This commit is contained in:
parent
c5b7baf93a
commit
2695f5c1a7
2 changed files with 12 additions and 1 deletions
11
.config/tmuxp/mail.yaml
Normal file
11
.config/tmuxp/mail.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
session_name: mail
|
||||
windows:
|
||||
- window_name: neomutt
|
||||
panes:
|
||||
- shell_command:
|
||||
- neomutt
|
||||
- window_name: attachments
|
||||
start_directory: ~/downloads/mail-attachments/
|
||||
panes:
|
||||
- shell_command:
|
||||
- y
|
|
@ -1,7 +1,7 @@
|
|||
session_name: notes-tasks
|
||||
start_directory: ~/documents/obsidian/personal-brain/vault/
|
||||
windows:
|
||||
- window_name: notes
|
||||
start_directory: ~/documents/obsidian/personal-brain/vault/
|
||||
panes:
|
||||
- shell_command:
|
||||
- nvim
|
||||
|
|
Loading…
Add table
Reference in a new issue