From 4d452f4d54c46f88a6c96b1db51de9a069739b22 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 5 Mar 2023 14:22:58 +0400 Subject: [PATCH] greetd: change command to start-sway --- etc/config/includes.chroot/etc/greetd/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config/includes.chroot/etc/greetd/config.toml b/etc/config/includes.chroot/etc/greetd/config.toml index f147d29..b519bb2 100644 --- a/etc/config/includes.chroot/etc/greetd/config.toml +++ b/etc/config/includes.chroot/etc/greetd/config.toml @@ -2,9 +2,9 @@ vt = 7 [default_session] -command = "tuigreet --remember --time --issue --asterisks --cmd sway-run" +command = "tuigreet --remember --time --issue --asterisks --cmd start-sway" user = "_greetd" [initial_session] -command = "sway-run" +command = "start-sway" user = "ubuntu"