Added default session layout and auto-launched apps
This commit is contained in:
parent
b3451d0ced
commit
4a8993cc3f
14
.tmux.conf
14
.tmux.conf
|
@ -1,3 +1,17 @@
|
||||||
|
|
||||||
|
# Set up default session
|
||||||
|
new
|
||||||
|
# Split window
|
||||||
|
splitw -v -p 60
|
||||||
|
splitw -h -p 50
|
||||||
|
# Start programs
|
||||||
|
send -t 0:0.0 'weechat' Enter
|
||||||
|
send -t 0:0.2 'vifm' Enter
|
||||||
|
# Set focus on pane 1
|
||||||
|
selectp -t 0:0.1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set-option -g assume-paste-time 1
|
set-option -g assume-paste-time 1
|
||||||
set-option -g base-index 1
|
set-option -g base-index 1
|
||||||
set-option -g pane-base-index 1
|
set-option -g pane-base-index 1
|
||||||
|
|
Loading…
Reference in New Issue