From a8eaaa4e7a981b427924c520fb8ba579e2bc99f5 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 19 May 2023 10:43:28 +0000 Subject: [PATCH] sxmo: gtkgreet: launch sxmo instead of sway o.0 --- hosts/modules/gui/sxmo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/gui/sxmo.nix b/hosts/modules/gui/sxmo.nix index eb920bc0..f32e0af0 100644 --- a/hosts/modules/gui/sxmo.nix +++ b/hosts/modules/gui/sxmo.nix @@ -222,7 +222,7 @@ in gtkgreet-launcher = pkgs.writeShellScript "gtkgreet-launcher" '' # NB: the "command" field here is run in the user's shell. # so that command must exist on the specific user's path who is logging in. it doesn't need to exist system-wide. - ${pkgs.greetd.gtkgreet}/bin/gtkgreet --layer-shell --command sway-launcher + ${pkgs.greetd.gtkgreet}/bin/gtkgreet --layer-shell --command sxmo_winit.sh ''; in "${sway-as-greeter}/bin/sway-as-greeter"; };