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>
9 lines
723 B
Text
Executable file
9 lines
723 B
Text
Executable file
# NoSignal: monitor control (Super+Ctrl+H -> hyprmoncfg layout editor).
|
|
# Omarchy uses Super+Ctrl+H for its hardware menu; the TUI.float window rule
|
|
# (floating 1100x700) already exists in the base config.
|
|
# --hypr-config/--monitors-conf: hyprmoncfg verifies the
|
|
# monitors.conf `source =` line only in the file given as --hypr-config; on
|
|
# caelestia that line lives in hypr-user.conf (hyprland.conf includes it only
|
|
# indirectly), so without the flags it refuses to write monitors.conf and
|
|
# saved profiles never apply. --monitors-conf must be absolute.
|
|
bind = Super+Ctrl, H, exec, kitty --class TUI.float -e hyprmoncfg --hypr-config $HOME/.config/caelestia/hypr-user.conf --monitors-conf $HOME/.config/hypr/monitors.conf
|