feat(tmuxp): add new mail workspace file

This commit is contained in:
Sergio Laín 2025-08-27 13:25:42 +02:00
parent c5b7baf93a
commit 2695f5c1a7
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 12 additions and 1 deletions

11
.config/tmuxp/mail.yaml Normal file
View 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

View file

@ -1,7 +1,7 @@
session_name: notes-tasks session_name: notes-tasks
start_directory: ~/documents/obsidian/personal-brain/vault/
windows: windows:
- window_name: notes - window_name: notes
start_directory: ~/documents/obsidian/personal-brain/vault/
panes: panes:
- shell_command: - shell_command:
- nvim - nvim