From 31ffd8979911608b3928211f59ae53e73169d808 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 5 Nov 2024 15:32:31 +0100 Subject: [PATCH] sway: remove xdg config override, got merged into nixpkgs --- modules/graphical/sway/default.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index 2739939f..913fa81c 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -35,21 +35,6 @@ in xdg.portal = { enable = true; - config.sway = { - # https://alex.dandrea.io/2024/07/20/fixing-idle-inhibitor-behaviour-in-firefox-with-wayland/ - # https://github.com/emersion/xdg-desktop-portal-wlr/pull/315 - # https://github.com/flatpak/xdg-desktop-portal-gtk/issues/465 - # - # 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"; - # ignore inhibit bc gtk portal always returns as success, - # despite sway/the wlr portal not having an implementation, - # stopping firefox from using wayland idle-inhibit - "org.freedesktop.impl.portal.Inhibit" = "none"; - }; wlr = { enable = true; settings = {