Make layouts executable scripts with shebangs

This commit is contained in:
2024-04-12 20:57:32 +01:00
parent 6aeadd4129
commit 905460fee4
6 changed files with 20 additions and 5 deletions

4
layouts/session-main Normal file → Executable file
View File

@@ -1,4 +1,6 @@
#!/usr/bin/env -S tmux source-file
rename-session main
rename-window home
# vim: filetype=tmux
# vim: ft=tmux