From 4e2e43f1bb504744ff1104a700e81e87017d5453 Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Wed, 12 Feb 2025 13:21:09 -0600
Subject: [PATCH] xdg: fix niri windows not activating

Signed-off-by: Myned <dev@bjork.tech>
---
 options/custom/settings/xdg.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/options/custom/settings/xdg.nix b/options/custom/settings/xdg.nix
index b67a29b..6b867b3 100644
--- a/options/custom/settings/xdg.nix
+++ b/options/custom/settings/xdg.nix
@@ -27,7 +27,8 @@ in {
 
       # Use portal for xdg-open
       # https://github.com/NixOS/nixpkgs/issues/160923
-      xdgOpenUsePortal = true;
+      # BUG: Window activation fails on niri
+      #// xdgOpenUsePortal = true;
     };
 
     home-manager.users.${config.custom.username}.xdg = {