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>
8 lines
413 B
Text
Executable file
8 lines
413 B
Text
Executable file
# NoSignal: keep Hyprland's portal as default (screencast/screenshot) but let
|
|
# xdg-desktop-portal-gtk serve the Settings interface, so the
|
|
# org.freedesktop.appearance color-scheme (driven by gsettings) is published
|
|
# reliably to apps. Installed to ~/.config/xdg-desktop-portal/portals.conf
|
|
# only if no user portals.conf already exists.
|
|
[preferred]
|
|
default=hyprland;gtk
|
|
org.freedesktop.impl.portal.Settings=gtk
|