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>
16 lines
1.1 KiB
Text
Executable file
16 lines
1.1 KiB
Text
Executable file
# NoSignal: Omarchy default keybindings — variable remaps.
|
|
# Appended to ~/.config/caelestia/hypr-vars.conf, which Hyprland sources
|
|
# BEFORE keybinds.conf consumes the $kb* variables — so these win cleanly.
|
|
$kbTerminal = Super, Return # was Super, T
|
|
$kbBrowser = Super+Shift, Return # was Super, W (Super+Shift+B alias added too)
|
|
$kbEditor = Super+Shift, N # was Super, C
|
|
$kbFileExplorer = Super+Shift, F # was Super, E
|
|
$kbCloseWindow = Super, W # was Super, Q
|
|
$kbToggleWindowFloating = Super, T # was Super+Alt, Space
|
|
$kbPinWindow = Super, O # was Super, P (Omarchy: "pop window out")
|
|
$kbUngroup = Super+Alt, G # was Super, U
|
|
$kbWindowGroupCycleNext = Super+Alt, Tab # was Alt, Tab (freed for window cycling)
|
|
$kbWindowGroupCyclePrev = Super+Alt+Shift, Tab # was Shift+Alt, Tab
|
|
$kbLock = Super+Ctrl, L # was Super, L
|
|
$kbSession = Super, Escape # was Ctrl+Alt, Delete (alias kept)
|
|
$kbShowPanels = Super+Ctrl, K # was Super, K (freed for keybind help)
|