Sway : Add gtk portal.
This commit is contained in:
parent
3e3b2b2fbe
commit
cd9615c571
|
@ -43,16 +43,25 @@
|
||||||
# Portals.
|
# Portals.
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
extraPortals = with pkgs; [
|
||||||
|
xdg-desktop-portal-gnome
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
];
|
||||||
config = {
|
config = {
|
||||||
common = {
|
common = {
|
||||||
default = [
|
default = [
|
||||||
"gtk"
|
"gtk"
|
||||||
|
"wlr"
|
||||||
|
"gnome"
|
||||||
|
"kde"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
wlr = {
|
wlr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
xdgOpenUsePortal = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Brightness control.
|
# Brightness control.
|
||||||
|
|
Loading…
Reference in a new issue