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.sway.default = [ "wlr" "kde" "kwallet" ];
|
||||||
config.niri = {
|
config.niri = {
|
||||||
default = [ "gnome" "gtk" ];
|
default = [ "kde" "gnome" "gtk" ];
|
||||||
"org.freedesktop.impl.portal.Access" = "gtk";
|
# "org.freedesktop.impl.portal.Access" = "gtk";
|
||||||
"org.freedesktop.impl.portal.Notification" = "gtk";
|
# "org.freedesktop.impl.portal.Notification" = "gtk";
|
||||||
"org.freedesktop.impl.portal.Secret" = "kwallet";
|
"org.freedesktop.impl.portal.Secret" = "kwallet";
|
||||||
"org.freedesktop.impl.portal.FileChooser" = "kde";
|
"org.freedesktop.impl.portal.FileChooser" = "kde";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue