Add conf file to fix portals for SwayFX (#2457) (#2461)

* Add conf file to fix portals for SwayFX

* Bump release version

(cherry picked from commit f74271b7b0)

Co-authored-by: Atmois <130537361+Atmois@users.noreply.github.com>
This commit is contained in:
Raboneko
2024-11-03 23:03:15 -08:00
committed by GitHub
parent 06eb7a748c
commit 3b07a115a3
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
[preferred]
# Use xdg-desktop-portal-gtk for every portal interface...
default=gtk
# ... except for the ScreenCast, Screenshot and Secret
org.freedesktop.impl.portal.ScreenCast=wlr
org.freedesktop.impl.portal.Screenshot=wlr
org.freedesktop.impl.portal.Secret=gnome-keyring
# https://github.com/flatpak/xdg-desktop-portal-gtk/issues/465
org.freedesktop.impl.portal.Inhibit=none
+2 -2
View File
@@ -2,14 +2,14 @@
Name: swayfx
Version: 0.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: SwayFX: Sway, but with eye candy!
URL: https://github.com/WillPower3309/swayfx
License: MIT
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
Source101: https://github.com/wlrfx/packages/raw/fe1355c4844078f49761e9d73a376179d3007646/COPR/swayfx/sway-portals.conf
Source101: sway-portals.conf
BuildRequires: gcc-c++