configure-hyprland

star 2

Audit, fix, and validate Hyprland configurations in a hybrid Nix/Home Manager environment. Use when identifying syntax errors, applying modern rules, or verifying configuration integrity.

f0xdx By f0xdx schedule Updated 4/24/2026

name: configure-hyprland description: Audit, fix, and validate Hyprland configurations in a hybrid Nix/Home Manager environment. Use when identifying syntax errors, applying modern rules, or verifying configuration integrity.

Configure Hyprland

Workflow

  1. consult Hyprland Wiki for modern syntax and dispatchers
  2. identify legacy syntax and map to modern patterns using syntax-patterns.md
  3. update home/desktop/hyprland/default.nix (Nix settings) or cfg/hyprland.conf (raw config)
  4. run validate-hypr-config.sh to assemble and headless-test the configuration
  5. debug specific "Config error" output by searching GitHub Discussions

Guidelines

  • prefer the unified windowrule format with explicit match: prefixes over any legacy alternatives found in syntax-patterns.md
  • use snake_case property names and explicit boolean values (on, true/false)
  • maintain the hybrid strategy: Nix settings for globals/hardware, extraConfig for verbose or dynamic blocks
  • always validate headlessly before applying to the active session — config errors in a live session require a restart

Resources

Install via CLI
npx skills add https://github.com/f0xdx/dotfiles --skill configure-hyprland
Repository Details
star Stars 2
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator