From 8eda983c6b322b1c2cacf440eca06fa198783500 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 4 Sep 2019 16:01:20 +0200 Subject: Add little starting script for work --- scripts/.scripts/working.sh | 3 +++ scripts/.scripts/working_tmux.yaml | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100755 scripts/.scripts/working.sh create mode 100644 scripts/.scripts/working_tmux.yaml (limited to 'scripts') 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 -- cgit v1.2.1