From e2582f8649e9e67f02210f659b69523c46003087 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 15 Mar 2026 21:41:58 +0100 Subject: Simplify installation --- tmuxp/main.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tmuxp/main.yml (limited to 'tmuxp') 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 -- cgit