22 lines
419 B
Markdown
22 lines
419 B
Markdown
# Configuration post install for hyprland wm
|
|
|
|
## pipewire/wireplumber
|
|
|
|
exec-once=pipewire
|
|
exec-once=wireplumber
|
|
|
|
## Portal file chooser
|
|
|
|
```bash
|
|
conf_print_hyprland-portals() {
|
|
cat <<-EOF
|
|
[preferred]
|
|
default=hyprland;gtk
|
|
org.freedesktop.impl.portal.FileChooser=kde
|
|
EOF
|
|
}
|
|
conf_print_hyprland-portals | tee ~/.config/xdg-desktop-portal/hyprland-portals.conf
|
|
```
|
|
|
|
or use '/usr/share/xdg-desktop-portal/portals.conf'
|