From cd88de2fe2f1d20018bc68fd33c0e80e47c99790 Mon Sep 17 00:00:00 2001 From: Jonas Strassel Date: Tue, 20 Feb 2024 09:33:41 +0100 Subject: [PATCH] :alembic: Try to start live sway via systemd --- community/sway/live-overlay/etc/greetd/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/sway/live-overlay/etc/greetd/config.toml b/community/sway/live-overlay/etc/greetd/config.toml index 28f25c104..a78c19716 100644 --- a/community/sway/live-overlay/etc/greetd/config.toml +++ b/community/sway/live-overlay/etc/greetd/config.toml @@ -2,9 +2,9 @@ vt = "next" [default_session] -command = "tuigreet --remember --time --issue --asterisks --cmd sway" +command = "tuigreet --user-menu --user-menu-min-uid 1000 --remember --remember-user-session --time --issue --asterisks" user = "greeter" [initial_session] -command = "sway" +command = "systemctl --user start sway" user = "manjaro"