10 lines
187 B
Plaintext
Executable File
10 lines
187 B
Plaintext
Executable File
#!/usr/bin/env -S tmux source-file
|
|
|
|
rename-window home
|
|
if 'command -v btop &> /dev/null' \
|
|
'split-window -h btop' \
|
|
'split-window -h htop'
|
|
select-pane -t visor:home.1
|
|
|
|
# vim: ft=tmux
|