Single-script builder (nosignal.sh) that turns a stock Arch Linux ISO into a fully-offline installer for a themed Hyprland + caelestia (Quickshell) desktop: matching SDDM greeter, Btrfs/Limine bootable snapshots, chwd-style GPU detection, and a curated "os updates" layer (keybind cheatsheet, settings panels, system polish, on-box management skill). See README.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 lines
398 B
Text
Executable file
7 lines
398 B
Text
Executable file
# /etc/systemd/system/sddm.service.d/deckshift-autologin-gate.conf
|
|
# One-shot autologin gate for DeckShift session switching: keeps the SDDM
|
|
# autologin drop-in only when a desktop<->gaming switch armed it (marker in
|
|
# /run); every other SDDM start (cold boot included) shows the password
|
|
# greeter. See /usr/local/bin/sddm-autologin-gate.
|
|
[Service]
|
|
ExecStartPre=/usr/local/bin/sddm-autologin-gate
|