[Setup] Don't do autologin (will make optional)

This commit is contained in:
2025-09-13 08:22:11 +02:00
parent e4a76c494c
commit a2dbdd78d3

12
setup
View File

@@ -97,13 +97,13 @@ if [[ "$restart" == "y" ]]; then
" "
sudo cp ./system/environment /etc/environment sudo cp ./system/environment /etc/environment
sudo cp ./system/greetd/pam /etc/pam.d/greetd sudo cp ./system/greetd/pam /etc/pam.d/greetd
sudo cp -r ./system/greetd/config.toml /etc/greetd/
if [[ "$platform" == "d" ]]; then # if [[ "$platform" == "d" ]]; then
sudo cp -r ./system/greetd/config.toml /etc/greetd/ # else
else # echo "Setting up autologin config for greetd"
echo "Setting up autologin config for greetd" # sudo cp -r ./system/greetd/config-autologin.toml /etc/greetd/config.toml
sudo cp -r ./system/greetd/config-autologin.toml /etc/greetd/config.toml # fi
fi
hyprctl reload hyprctl reload
./scripts/restart-bar ./scripts/restart-bar