Sway : Fix portals.
This commit is contained in:
parent
bbf6d0fcfc
commit
3e3b2b2fbe
|
@ -41,8 +41,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Portals.
|
# Portals.
|
||||||
xdg.portal.wlr = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
config = {
|
||||||
|
common = {
|
||||||
|
default = [
|
||||||
|
"gtk"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
wlr = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Brightness control.
|
# Brightness control.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
# Read `man 5 sway` for a complete reference.
|
# Read `man 5 sway` for a complete reference.
|
||||||
|
|
||||||
|
include /etc/sway/config.d/*
|
||||||
include $SWAY_CONFIG/*
|
include $SWAY_CONFIG/*
|
||||||
|
|
Loading…
Reference in a new issue