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>
17 lines
807 B
Text
Executable file
17 lines
807 B
Text
Executable file
# NoSignal SDDM config (installed to /etc/sddm.conf.d/10-nosignal.conf).
|
|
[General]
|
|
# X11 greeter — the reliable, well-trodden path (needs xorg-server). The Hyprland
|
|
# SESSION still runs on Wayland; only SDDM's own greeter uses X here.
|
|
# For an X-free image instead, use the Wayland greeter:
|
|
# DisplayServer=wayland
|
|
# [Wayland]
|
|
# CompositorCommand=weston --shell=kiosk (adds `weston` to the image)
|
|
DisplayServer=x11
|
|
Numlock=on
|
|
|
|
[Users]
|
|
# The desktop session to prefer. hyprland-uwsm.desktop launches Hyprland through
|
|
# uwsm exactly like the old greetd config — keep this (NOT plain hyprland.desktop),
|
|
# or caelestia's uwsm/systemd-managed session env won't apply.
|
|
# (SDDM remembers the last-used session per user; DeckShift overrides this when
|
|
# switching to/from its Gamescope gaming session.)
|