Updating tmuxinator configs
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# /home/th3r00t/.config/tmuxinator/Dashboard.yml
|
||||
# /home/th3r00t/.config/tmuxinator/Dotfiles.yml
|
||||
|
||||
name: Dashboard
|
||||
root: ~/
|
||||
name: Nixos
|
||||
root: /etc/nixos/
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
# Runs on project start, always
|
||||
# on_project_start: export BROWSER=qutebrowser
|
||||
on_project_start: export BROWSER=w3m
|
||||
|
||||
# Run on project start, the first time
|
||||
# on_project_first_start: command
|
||||
@@ -21,7 +21,7 @@ root: ~/
|
||||
# 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: Dash
|
||||
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
|
||||
@@ -30,13 +30,7 @@ startup_window: Dash
|
||||
# attach: false
|
||||
enable_pane_titles: true
|
||||
windows:
|
||||
- Dash:
|
||||
- clear;fastfetch;misfortune|cowsay|lolcat
|
||||
- IRC:
|
||||
- irssi
|
||||
- Email:
|
||||
- mbsync -a;neomutt
|
||||
- Music:
|
||||
- musikcube
|
||||
- Podcasts:
|
||||
- castero
|
||||
- Git:
|
||||
- lazygit
|
||||
- Editor:
|
||||
- nvim
|
||||
|
||||
Reference in New Issue
Block a user