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

* Add conf file to fix portals for SwayFX

* Bump release version
This commit is contained in:
Atmois
2024-11-02 22:18:36 +00:00
committed by GitHub
parent f27776bb3a
commit f74271b7b0
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++