Sway : Fix portals.

This commit is contained in:
Dmitry Voronin 2024-03-28 10:27:07 +03:00
parent bbf6d0fcfc
commit 3e3b2b2fbe
2 changed files with 12 additions and 1 deletions

View file

@ -41,8 +41,18 @@
};
# Portals.
xdg.portal.wlr = {
xdg.portal = {
enable = true;
config = {
common = {
default = [
"gtk"
];
};
};
wlr = {
enable = true;
};
};
# Brightness control.

View file

@ -1,3 +1,4 @@
# Read `man 5 sway` for a complete reference.
include /etc/sway/config.d/*
include $SWAY_CONFIG/*