From 4490efa17ce1c155149372e1bc3f6a38d52aa87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 10 Jun 2025 18:48:36 +0200 Subject: [PATCH] feat(tmuxp): new notes-tasks workspace --- .config/tmuxp/notes-tasks.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/tmuxp/notes-tasks.yaml diff --git a/.config/tmuxp/notes-tasks.yaml b/.config/tmuxp/notes-tasks.yaml new file mode 100644 index 00000000..4b2b1515 --- /dev/null +++ b/.config/tmuxp/notes-tasks.yaml @@ -0,0 +1,11 @@ +session_name: notes-tasks +windows: + - window_name: notes + start_directory: ~/documents/obsidian/personal-brain/ + panes: + - shell_command: + - nvim + - window_name: tasks + panes: + - shell_command: + - taskwarrior-tui