Files
nixos/home/.config/tmuxinator/Nixos.yml
2025-09-14 13:11:44 -04:00

37 lines
951 B
YAML

# /home/th3r00t/.config/tmuxinator/Dotfiles.yml
name: Nixos
root: /etc/nixos/
# Optional tmux socket
# socket_name: foo
# Runs on project start, always
on_project_start: export BROWSER=w3m
# Run on project start, the first time
# on_project_first_start: command
# Run on project start, after the first time
# on_project_restart: command
# Run on project exit ( detaching from tmux session )
# on_project_exit: command
# Run on project stop
# on_project_stop: command
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
startup_window: Git
# Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
# startup_pane: 1
# Controls whether the tmux session should be attached to automatically. Defaults to true.
# attach: false
enable_pane_titles: true
windows:
- Git:
- lazygit
- Editor:
- nvim