8 lines
143 B
Plaintext
Executable File
8 lines
143 B
Plaintext
Executable File
#!/usr/bin/env -S tmux source-file
|
|
|
|
rename-session main
|
|
rename-window home
|
|
run-shell '~/.local/share/tmux/layouts/window-auto'
|
|
|
|
# vim: ft=tmux
|