diff options
-rw-r--r-- | templates/local.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/local.yaml b/templates/local.yaml index 8ccc060..9e32a05 100644 --- a/templates/local.yaml +++ b/templates/local.yaml @@ -1,10 +1,10 @@ session_name: local +start_directory: ~/Notes windows: - window_name: tasks layout: main-vertical panes: - - cmus - - htop - - task -home -spare - - + - vim todo.md + - task sync; clear; task -home + - focus: true |