From 1ee3f01883ca8a3a1358a11e6d7ab06d3ddd42d6 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 12 Sep 2025 13:12:13 +0200 Subject: [PATCH] [Setup] Add note --- setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup b/setup index c26061b..fe06385 100755 --- a/setup +++ b/setup @@ -100,6 +100,7 @@ if [[ "$restart" == "y" ]]; then if [[ "$platform" == "d" ]]; then sudo cp -r ./system/greetd/config.toml /etc/greetd/ else + echo "Setting up autologin config for greetd" sudo cp -r ./system/greetd/config-autologin.toml /etc/greetd/config.toml fi hyprctl reload