1
1
Fork 0

xdg: fix niri windows not activating

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-12 13:21:09 -06:00
parent 7094e69814
commit 4e2e43f1bb
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -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 = {