xdpw: don't prompt for monitor to share, I only ever use one

This commit is contained in:
Leonardo Eugênio 2023-05-17 11:51:07 -03:00
parent 8329ca5ea0
commit 9ad6bc4ac3

View file

@ -17,6 +17,8 @@ in
xdg.portal = { xdg.portal = {
enable = true; enable = true;
wlr.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 # gtk portal needed to make gtk apps happy
extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
}; };