You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create enable-autologin.sh script to configure automatic login
- Update README.md with autologin instructions
- Update docs/getting-started/installation.md with autologin section
This allows users to skip the login prompt on boot, useful for headless
setups or ensuring services always start after a reboot.
Copy file name to clipboardExpand all lines: docs/getting-started/installation.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,16 @@ sudo reboot
76
76
77
77
After rebooting, you will be greeted by the **Tuigreet** login manager. Log in with your username and password, and **Hyprland** will start automatically.
78
78
79
+
## Optional: Enable Auto-Login
80
+
81
+
If you want your Pi to automatically login and start Hyprland on boot (useful for headless setups or ensuring services always start after a reboot), run:
82
+
83
+
```bash
84
+
sudo bash enable-autologin.sh
85
+
```
86
+
87
+
This configures `greetd` to skip the login prompt and automatically start the desktop environment for your user. To disable auto-login later, re-run the Pimarchy installer.
0 commit comments