aboutsummaryrefslogtreecommitdiff
path: root/tmuxp/pim.yaml
blob: e618df275f3cd5ec9738c51935ff066fd6b04354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
        focus: true
      - 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