From 0e67cca13b711b0bbe0401a287e1968690906487 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 30 Oct 2019 09:32:37 +0000 Subject: [PATCH] Add window-wide layout --- .conduit.yaml | 1 + layouts/window-wide | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 layouts/window-wide diff --git a/.conduit.yaml b/.conduit.yaml index 325e451..701867f 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -16,3 +16,4 @@ - {src: tmux.conf, dst: ~/.tmux.conf} - {src: layouts/session-main, dst: ~/.local/share/tmux/layouts/session-main} - {src: layouts/window-tall, dst: ~/.local/share/tmux/layouts/window-tall} + - {src: layouts/window-wide, dst: ~/.local/share/tmux/layouts/window-wide} diff --git a/layouts/window-wide b/layouts/window-wide new file mode 100644 index 0000000..4895e5a --- /dev/null +++ b/layouts/window-wide @@ -0,0 +1,4 @@ +# vim: ft=tmux +select-pane -t 0 +split-window -h -p 57 +select-pane -t 1