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

5
layouts/window-tall Normal file → Executable file
View File

@@ -1,3 +1,6 @@
# vim: ft=tmux
#!/usr/bin/env -S tmux source-file
split-window -v -l 34%
select-pane -t 1
# vim: ft=tmux