-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
32 lines (32 loc) · 895 Bytes
/
config.yml
File metadata and controls
32 lines (32 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
processcurrent: true
patterns:
- client: system
portrules:
- name: capture_1
target: "jack_mixer:System Capture L"
- name: capture_2
target: "jack_mixer:System Capture R"
- client: jack_mixer
portrules:
- name: "MAIN L"
target: "system:playback_1"
- name: "MAIN R"
target: "system:playback_2"
- client: vlc_[0-9]+
portrules:
- name: out_1
target: "jack_mixer:VLC L"
- name: out_2
target: "jack_mixer:VLC R"
- client: "alsa-jack\\.jackP\\.%.*\\/firefox.*%\\.[0-9]+"
portrules:
- name: out_000
target: "jack_mixer:Firefox L"
- name: out_001
target: "jack_mixer:Firefox R"
- client: "PortAudio"
portrules:
- name: "out_[0-9]+[02468]"
target: "jack_mixer:PortAudio L"
- name: "out_[0-9]+[13579]"
target: "jack_mixer:PortAudio R"