Unverified Commit 3a57a654 authored by teutat3s's avatar teutat3s
Browse files

nixos/xdg.portal.wlr: fix screensharing chooser_cmd

parent a0a1272d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ in
            exec_before = "disable_notifications.sh";
            exec_after = "enable_notifications.sh";
            chooser_type = "simple";
            chooser_cmd = "''${pkgs.slurp}/bin/slurp -f %o -or";
            chooser_cmd = "''${pkgs.slurp}/bin/slurp -f 'Monitor: %o' -or";
          };
        }
      '';