diff options
| author | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:35 +0100 |
|---|---|---|
| committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:35 +0100 |
| commit | 3aa51a5c01e7832605705cb71dc9a14f315c6e79 (patch) | |
| tree | 0762f000e30b28a72ac1fe357d3ad4fc956dd1a5 /run_onchange_after_deploy-flatpak-overrides.sh.tmpl | |
| parent | 10b83c2c08eb7b102333d690c31b322dabc0719f (diff) | |
| download | dotfiles-3aa51a5c01e7832605705cb71dc9a14f315c6e79.tar.gz dotfiles-3aa51a5c01e7832605705cb71dc9a14f315c6e79.tar.bz2 dotfiles-3aa51a5c01e7832605705cb71dc9a14f315c6e79.zip | |
Prefer the dock camera and use the camera portal
Diffstat (limited to 'run_onchange_after_deploy-flatpak-overrides.sh.tmpl')
| -rw-r--r-- | run_onchange_after_deploy-flatpak-overrides.sh.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/run_onchange_after_deploy-flatpak-overrides.sh.tmpl b/run_onchange_after_deploy-flatpak-overrides.sh.tmpl index 47f3201..6412bb4 100644 --- a/run_onchange_after_deploy-flatpak-overrides.sh.tmpl +++ b/run_onchange_after_deploy-flatpak-overrides.sh.tmpl @@ -17,9 +17,9 @@ 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 +# LibreWolf uses the camera portal. Revoke its old broad device override while +# retaining direct rendering access from the application manifest. +apply io.gitlab.librewolf-community --nodevice=all --device=dri # Ungoogled Chromium needs /dev/hidraw* for WebHID (e.g. usevia.app # configuring ZSA keyboards). --device=all is the only knob flatpak |
