konishi: autologin straight into hyprlock
CI / lint (push) Successful in 1m11s
CI / eval (push) Failing after 2m28s

SDDM auto-logs naps62 in and Hyprland locks immediately via hyprlock
(exec-once), so a cold boot lands on the themeable lock screen instead of
the SDDM greeter. Safe here (no FDE makes SDDM-vs-autologin marginal) and it
lets Moonlight reach the box after a cold boot, not just from suspend, since
Sunshine only runs once a session exists. konishi-only.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Miguel Palhas
2026-07-05 15:55:22 +01:00
parent 4f2438d383
commit 75198e4429
2 changed files with 19 additions and 0 deletions
+4
View File
@@ -36,6 +36,10 @@
wayland.windowManager.hyprland.settings = {
exec-once = [
# boot-into-lock: paired with SDDM autologin (host config), lock the
# session the moment Hyprland starts so a cold boot lands on hyprlock, not
# an open desktop. A brief flash before it paints is possible.
"hyprlock"
"$HOME/.local/bin/hyprpaper-rotate"
];