mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-05-12 21:20:37 +01:00
FAQ: xdpw -> xdph (#1045)
This commit is contained in:
parent
7b2e3531d1
commit
ea28bfbe65
1 changed files with 2 additions and 2 deletions
|
@ -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 &
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue