tmux/tmuxp: Update session files
This commit is contained in:
parent
59e7473bf3
commit
e58ef83bc4
3 changed files with 28 additions and 1 deletions
|
@ -3,3 +3,4 @@ tmuxp load -d personal
|
|||
tmuxp load -d gstreamer
|
||||
tmuxp load -d work
|
||||
tmuxp load -d audio-dev
|
||||
tmuxp load -d scratch
|
||||
|
|
22
tmuxp/.config/tmuxp/scratch.yaml
Normal file
22
tmuxp/.config/tmuxp/scratch.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
session_name: scratch
|
||||
windows:
|
||||
- window_name: scratch-1
|
||||
start_directory: ~/
|
||||
panes:
|
||||
-
|
||||
- window_name: scratch-2
|
||||
start_directory: ~/
|
||||
panes:
|
||||
-
|
||||
- window_name: scratch-3
|
||||
start_directory: ~/
|
||||
panes:
|
||||
-
|
||||
- window_name: scratch-4
|
||||
start_directory: ~/
|
||||
panes:
|
||||
-
|
||||
- window_name: scratch-5
|
||||
start_directory: ~/
|
||||
panes:
|
||||
-
|
|
@ -21,7 +21,11 @@ windows:
|
|||
start_directory: ~/asymptotic/daily/pluot-core/skyliner-express/app/rs/gst
|
||||
panes:
|
||||
-
|
||||
- window_name: asymptotic
|
||||
- window_name: asymptotic-1
|
||||
start_directory: ~/asymptotic
|
||||
panes:
|
||||
-
|
||||
- window_name: asymptotic-2
|
||||
start_directory: ~/asymptotic
|
||||
panes:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue