diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-11 13:58:05 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-11 13:58:05 +0100 |
| commit | 53d5c65ef679196a66005cdef1057ff642998eeb (patch) | |
| tree | ff5f4676ab4bc5ee4a925b63f3b316e97ff720b2 /tmuxp | |
| parent | 37b37cfc94fb2e091520f012c657630d11d3f940 (diff) | |
Update config
Diffstat (limited to 'tmuxp')
| -rw-r--r-- | tmuxp/main.yml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/tmuxp/main.yml b/tmuxp/main.yml index b57a581..6002768 100644 --- a/tmuxp/main.yml +++ b/tmuxp/main.yml @@ -1,14 +1,22 @@ session_name: main windows: - - window_name: main + - window_name: mail + start_directory: '~/projects' + panes: + - aerc + - window_name: notes + start_directory: '~/.local/share/nota' + panes: + - nvim + - window_name: util start_directory: '~' focus: true layout: '9c05,158x41,0,0{79x41,0,0,21,78x41,80,0[78x20,80,0,22,78x20,80,21,23]}' panes: - - cowsay main - - ranger - - htop + - cowsay welcome + - cowsay to + - cowsay computer - window_name: proj start_directory: '~/Projects' panes: |