mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
23 lines
448 B
YAML
23 lines
448 B
YAML
# tmuxp config for terminal scratchpad
|
|
|
|
session_name: scratch
|
|
windows:
|
|
- window_name: news
|
|
panes:
|
|
- shell_command:
|
|
- killall newsboat
|
|
- newsboat
|
|
- window_name: files
|
|
shell_command_before:
|
|
- cd ~/
|
|
panes:
|
|
- shell_command:
|
|
- nnn
|
|
- window_name: dots
|
|
shell_command_before:
|
|
- cd ~/.local/share/chezmoi
|
|
panes:
|
|
- shell_command:
|
|
- nvim
|
|
- window_name: term
|