blob: 3e6f093e768490061893b71a73d9801554f62333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
session_name: pim
windows:
- window_name: news
panes:
- shell_command: newsboat
- window_name: mail
layout: main-vertical
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
|