greetd: fix gtkgreet slow startup

This commit is contained in:
Leonardo Eugênio 2025-09-03 00:35:21 -03:00
parent 1ca50f486f
commit 437da46c4e

View file

@ -74,7 +74,7 @@ in
user = "lelgenio";
};
default_session = {
command = "${pkgs.sway}/bin/sway --config ${swayConfig}";
command = "dbus-run-session -- ${pkgs.sway}/bin/sway --config ${swayConfig}";
};
};
};