diff options
Diffstat (limited to 'run_onchange_after_deploy-flatpak-overrides.sh.tmpl')
| -rw-r--r-- | run_onchange_after_deploy-flatpak-overrides.sh.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/run_onchange_after_deploy-flatpak-overrides.sh.tmpl b/run_onchange_after_deploy-flatpak-overrides.sh.tmpl index d8be763..0456883 100644 --- a/run_onchange_after_deploy-flatpak-overrides.sh.tmpl +++ b/run_onchange_after_deploy-flatpak-overrides.sh.tmpl @@ -15,3 +15,7 @@ apply() { apply org.pwmt.zathura --filesystem=xdg-config/zathura:ro apply io.mpv.Mpv --filesystem=xdg-config/mpv:ro + +# LibreWolf needs raw /dev access for v4l2 webcams. Flatpak has no +# finer-grained device option, so this opens video/dri/snd at once. +apply io.gitlab.librewolf-community --device=all |
