From 9b19480228d8421c3987a634a602012c953a993e Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 5 Sep 2019 07:48:16 +0200 Subject: Add some scripts --- dotfiles/scripts/working_tmux.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dotfiles/scripts/working_tmux.yaml (limited to 'dotfiles/scripts/working_tmux.yaml') diff --git a/dotfiles/scripts/working_tmux.yaml b/dotfiles/scripts/working_tmux.yaml new file mode 100644 index 0000000..d2bc453 --- /dev/null +++ b/dotfiles/scripts/working_tmux.yaml @@ -0,0 +1,15 @@ +session_name: work +windows: +- window_name: all + layout: main-horizontal + options: + main-pane-height: 35 + shell_command_before: + - cd ~/ # run as a first command in all panes + panes: + - shell_command: + - weechat + focus: true + - clear; work + - cals + - clear; t -- cgit v1.2.1