Make niri use kde portal
This commit is contained in:
parent
1bc8b764b0
commit
7d8d428629
1 changed files with 3 additions and 3 deletions
|
@ -357,9 +357,9 @@ in
|
|||
|
||||
config.sway.default = [ "wlr" "kde" "kwallet" ];
|
||||
config.niri = {
|
||||
default = [ "gnome" "gtk" ];
|
||||
"org.freedesktop.impl.portal.Access" = "gtk";
|
||||
"org.freedesktop.impl.portal.Notification" = "gtk";
|
||||
default = [ "kde" "gnome" "gtk" ];
|
||||
# "org.freedesktop.impl.portal.Access" = "gtk";
|
||||
# "org.freedesktop.impl.portal.Notification" = "gtk";
|
||||
"org.freedesktop.impl.portal.Secret" = "kwallet";
|
||||
"org.freedesktop.impl.portal.FileChooser" = "kde";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue