aboutsummaryrefslogtreecommitdiff
path: root/tmuxp/pim.yaml
blob: e770ad18afbd486754a9a568eec5807a759579ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
session_name: pim
windows:
  - window_name: news
    panes:
      - shell_command: newsboat
  - window_name: mail
    layout: main-vertical
    options:
      main-pane-width: 70%
    panes:
      - shell_command: neomutt
      - shell_command: while true; do; fdm fetch; sleep 1000; done
  - window_name: calendar
    panes:
      - shell_command: wyrd
  - window_name: tasks
    panes:
      - shell_command: vit
  - window_name: shell
    panes:
      - null