diff options
Diffstat (limited to '.config/tmuxinator')
-rw-r--r-- | .config/tmuxinator/.template.yml | 9 | ||||
-rw-r--r-- | .config/tmuxinator/admin.yml | 9 | ||||
-rw-r--r-- | .config/tmuxinator/spotify.yml | 10 |
3 files changed, 0 insertions, 28 deletions
diff --git a/.config/tmuxinator/.template.yml b/.config/tmuxinator/.template.yml deleted file mode 100644 index 5d3e4b0..0000000 --- a/.config/tmuxinator/.template.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: <%= @settings["name"] %> -root: <%= @settings["root"] %> - -windows: - - editor: - layout: main-vertical - panes: - - vim - - null diff --git a/.config/tmuxinator/admin.yml b/.config/tmuxinator/admin.yml deleted file mode 100644 index fd35024..0000000 --- a/.config/tmuxinator/admin.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: admin -root: ~/ - -windows: - - explorer: - layout: main-vertical - panes: - - vifm - - clear && echo "\n" && neofetch diff --git a/.config/tmuxinator/spotify.yml b/.config/tmuxinator/spotify.yml deleted file mode 100644 index e3045be..0000000 --- a/.config/tmuxinator/spotify.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: spotify - -windows: - - player: ncspot - - mixer: - layout: main-horizontal - panes: - - vis - - pulsemixer - |