diff options
author | Erik Reider <[email protected]> | 2024-02-15 09:47:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-15 09:47:41 +0100 |
commit | d1482ad992001facc89c4bd93ee7fb6995bc134c (patch) | |
tree | dbc2c84965fa6d7d7eaf0cf3c33da3759063eb54 /sway-portals.conf | |
parent | 271af3d4748c7c0c4f45c3c250c33fb7b3399ed5 (diff) |
Added sway-portal.conf to COPR (#234)
Diffstat (limited to 'sway-portals.conf')
-rw-r--r-- | sway-portals.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway-portals.conf b/sway-portals.conf new file mode 100644 index 00000000..aa046f63 --- /dev/null +++ b/sway-portals.conf @@ -0,0 +1,6 @@ +[preferred] +# Use xdg-desktop-portal-gtk for every portal interface... +default=gtk +# ... except for the ScreenCast and Screenshot +org.freedesktop.impl.portal.ScreenCast=wlr +org.freedesktop.impl.portal.Screenshot=wlr |