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