dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 9c0ce082f7b60f1009b662a511c09a3957662146
parent 3f5219f42d1fea1096c738854137abf55b29739e
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 21 May 2024 12:54:34 +0100

feat(tmux): start split and run more commands

Diffstat:
Mtmux/.config/tmux/main.yaml | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/tmux/.config/tmux/main.yaml b/tmux/.config/tmux/main.yaml @@ -2,9 +2,19 @@ session_name: main start_directory: "~" windows: - window_name: irc + layout: main-horizontal + options: + main-pane-height: 50% panes: - shell_command: - irc + focus: true + - shell_command: + - ahoy + - todo + - shell_command: + - mail_sync + - mutt - window_name: vim panes: - shell_command: