diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-05-29 21:21:04 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-05-29 21:21:04 +0200 |
| commit | acb37926f228005eafc0d39b1be7df958287d9b3 (patch) | |
| tree | 47395c37461af4a9d5e1e95248e9ce74723b6fbc /tmuxp | |
| parent | 925bfae28fbc38a91e1da48466bf48a99e40a4cd (diff) | |
| download | dotfiles-acb37926f228005eafc0d39b1be7df958287d9b3.tar.gz dotfiles-acb37926f228005eafc0d39b1be7df958287d9b3.tar.bz2 dotfiles-acb37926f228005eafc0d39b1be7df958287d9b3.zip | |
Mails abholen wird nun automatisch mit gestartet
Diffstat (limited to 'tmuxp')
| -rw-r--r-- | tmuxp/pim.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmuxp/pim.yaml b/tmuxp/pim.yaml index 0672f5f..3e6f093 100644 --- a/tmuxp/pim.yaml +++ b/tmuxp/pim.yaml | |||
| @@ -4,8 +4,10 @@ windows: | |||
| 4 | panes: | 4 | panes: |
| 5 | - shell_command: newsboat | 5 | - shell_command: newsboat |
| 6 | - window_name: mail | 6 | - window_name: mail |
| 7 | layout: main-vertical | ||
| 7 | panes: | 8 | panes: |
| 8 | - shell_command: neomutt | 9 | - shell_command: neomutt |
| 10 | - shell_command: while true; do; fdm fetch; sleep 1000; done | ||
| 9 | - window_name: calendar | 11 | - window_name: calendar |
| 10 | panes: | 12 | panes: |
| 11 | - shell_command: wyrd | 13 | - shell_command: wyrd |
