diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-15 21:41:58 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-15 22:20:01 +0100 |
| commit | e2582f8649e9e67f02210f659b69523c46003087 (patch) | |
| tree | d7e87b1993e543bcf83345bf584ce3706b3fd1f8 /home/tmuxp | |
| parent | 68fc4436c2565ff31f1499d868ac71bc560121ee (diff) | |
Simplify installation
Diffstat (limited to 'home/tmuxp')
| -rw-r--r-- | home/tmuxp/main.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/home/tmuxp/main.yml b/home/tmuxp/main.yml new file mode 100644 index 0000000..a41de4d --- /dev/null +++ b/home/tmuxp/main.yml @@ -0,0 +1,23 @@ +session_name: main + +windows: + - 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: + - figlet welcome + - figlet to + - figlet computer + - window_name: proj + start_directory: '~/Projects' + panes: + - figlet projects |