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 /tmuxp | |
| parent | 68fc4436c2565ff31f1499d868ac71bc560121ee (diff) | |
Simplify installation
Diffstat (limited to 'tmuxp')
| -rw-r--r-- | tmuxp/main.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tmuxp/main.yml b/tmuxp/main.yml deleted file mode 100644 index a41de4d..0000000 --- a/tmuxp/main.yml +++ /dev/null @@ -1,23 +0,0 @@ -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 |