mirror of
https://github.com/rwxrob/dot
synced 2024-11-18 15:25:52 +00:00
4 lines
375 B
Bash
Executable File
4 lines
375 B
Bash
Executable File
#!/bin/sh
|
|
#exec /usr/bin/tmux -L live -f ~/.tmux-live.conf new -s live -n parent \ weechat \; split-window \; resize-pane -t 1 -y 17 \; split-window -h \; resize-pane -x 16 \; swap-pane -s 1 -t 2 \; send -t 3 "blankpane" Enter
|
|
exec /usr/bin/tmux -L live -u -f ~/.tmux-live.conf new -s live -n parent \ weechat \; split-window \; resize-pane -t 1 -y 17 \; swap-pane -s 1 -t 2
|