sway: add multimonitor settings

This commit is contained in:
Leonardo Eugênio 2025-09-03 00:35:43 -03:00
parent 437da46c4e
commit e72e9a2688
4 changed files with 30 additions and 3 deletions

View file

@ -37,8 +37,6 @@ in
xdg.portal = {
enable = true;
wlr.enable = true;
# Always pick the first monitor, this is fine since I only ever use a single monitor
wlr.settings.screencast.chooser_type = "none";
# gtk portal needed to make gtk apps happy
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};