From a2dbdd78d326c96e7cec78c70c9062c1a1751245 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 13 Sep 2025 08:22:11 +0200 Subject: [PATCH] [Setup] Don't do autologin (will make optional) --- setup | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup b/setup index b733bd9..e5f1fc2 100755 --- a/setup +++ b/setup @@ -97,13 +97,13 @@ if [[ "$restart" == "y" ]]; then " sudo cp ./system/environment /etc/environment sudo cp ./system/greetd/pam /etc/pam.d/greetd + sudo cp -r ./system/greetd/config.toml /etc/greetd/ - 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 + # if [[ "$platform" == "d" ]]; then + # else + # echo "Setting up autologin config for greetd" + # sudo cp -r ./system/greetd/config-autologin.toml /etc/greetd/config.toml + # fi hyprctl reload ./scripts/restart-bar