FAQ: xdpw -> xdph (#1045)

This commit is contained in:
Hanasaki 2025-04-27 03:47:01 +08:00 committed by GitHub
parent 7b2e3531d1
commit ea28bfbe65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -254,9 +254,9 @@ In such cases, a script like this:
```bash
#!/usr/bin/env bash
sleep 4
killall -e xdg-desktop-portal-wlr
killall -e xdg-desktop-portal-hyprland
killall xdg-desktop-portal
/usr/lib/xdg-desktop-portal-wlr &
/usr/lib/xdg-desktop-portal-hyprland &
sleep 4
/usr/lib/xdg-desktop-portal &
```