Extend device support

This commit is contained in:
2021-12-27 16:39:18 +01:00
parent 77b4fedee2
commit 3a5e5d4870
6 changed files with 45 additions and 14 deletions

7
configs/wayland Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "default",
"romount": ["/run/user/1000/pulse/native", "/run/user/1000/wayland-1"],
"dbus": true,
"dbuscall": ["org.freedesktop.Notifications.*=@/org/freedesktop/Notifications", "org.freedesktop.portal.*=*"],
"dbusbroadcast": ["org.freedesktop.portal.*=@/org/freedesktop/portal/*"]
}