xdg: fix niri windows not activating
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
7094e69814
commit
4e2e43f1bb
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue