Skip to content

Commit 43024d3

Browse files
committed
Extend the device access permissions from --device=dri to --device=all to allow switching to monitor mode on recent pipewire-pulse-based setups (see marin-m/SongRec#177)
1 parent 666494f commit 43024d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.github.marinm.songrec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"--share=ipc",
1313
"--socket=fallback-x11",
1414
"--socket=wayland",
15-
"--device=dri",
15+
"--device=all",
1616
"--filesystem=home:ro",
1717
"--socket=pulseaudio"
1818
],

0 commit comments

Comments
 (0)