We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e883333 commit 7cedd9cCopy full SHA for 7cedd9c
man/waybar-privacy.5.scd
@@ -32,6 +32,17 @@ the screen or playing audio.
32
Which privacy modules to monitor. See *MODULES CONFIGURATION* for++
33
more information.
34
35
+*ignore-monitor* ++
36
+ typeof: bool ++
37
+ default: true ++
38
+ Ignore streams with *stream.monitor* property.
39
+
40
+*ignore* ++
41
+ typeof: array of objects ++
42
+ default: [] ++
43
+ Additional streams to be ignored. See *IGNORE CONFIGURATION* for++
44
+ more information.
45
46
# MODULES CONFIGURATION
47
48
*type*: ++
@@ -49,6 +60,14 @@ the screen or playing audio.
49
60
default: 24 ++
50
61
The size of each icon in the tooltip.
51
62
63
+# IGNORE CONFIGURATION
64
65
+*type*: ++
66
+ typeof: string
67
68
+*name*: ++
69
70
52
71
# EXAMPLES
53
72
54
73
```
0 commit comments