diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/.scripts/working.sh | 3 | ||||
-rw-r--r-- | scripts/.scripts/working_tmux.yaml | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/scripts/.scripts/working.sh b/scripts/.scripts/working.sh new file mode 100755 index 0000000..d40ee7b --- /dev/null +++ b/scripts/.scripts/working.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +tmuxp load ./working_tmux.yaml diff --git a/scripts/.scripts/working_tmux.yaml b/scripts/.scripts/working_tmux.yaml new file mode 100644 index 0000000..d2bc453 --- /dev/null +++ b/scripts/.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 |