Install any skill in seconds. Free to start, no credit card required.
Get Started Free →This skill should be used when the user asks about "Hyprland configuration", "hyprland.lua", "hyprland.conf", "Hyprland Lua config", "hyprctl", "Hyprland keybinds", "Hyprland window rules", "Hyprland monitors", "Hyprland dispatchers", "Hyprland animations", "Hyprland workspaces", "Hyprland IPC", "Hyprland plugins", "hyprlock", "hypridle", "hyprpaper", "hyprcursor", "hyprpicker", "hyprsunset", "xdg-desktop-portal-hyprland", "Hyprland on NixOS", "Hyprland Home Manager", "Hyprland layouts", "Hyprla
.claude/skills/marceloeatworld-hyprland/SKILL.md| Model | Eval pass | Runs |
|---|---|---|
| gemini-3.6-flash | 100% | 21 |
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 110% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 113% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 93% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 390% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 148% | 0% |
Complete reference for the Hyprland Wayland compositor, auto-generated from the official wiki at https://wiki.hypr.land/.
The references/ directory contains the full, unmodified wiki markdown from https://github.com/hyprwm/hyprland-wiki, updated daily.
~/.config/hypr/hyprland.lua): hl.config({...}), hl.bind(...), hl.monitor({...}), hl.window_rule({...}), hl.on(...). The old hyprlang format (hyprland.conf) is deprecated. Check the user's version with hyprctl version when in doubt.require("subdir/file"), not the old source = keyword.hyprpm is unsupported on Nix — use Home Manager or the NixOS module for plugins.references/faq.md first.| Topic | File | |-------|------| | Config file basics, Lua syntax, require, LSP stubs | references/start.md | | Variables / options (general, decoration, input, misc, etc.) | references/variables.md | | Keybinds (hl.bind, flags, submaps) | references/binds.md | | Dispatchers (hl.dsp., hl.dispatch) | references/dispatchers.md | | Window rules and layer rules | references/window-rules.md | | Monitor configuration | references/monitors.md | | Autostart (hyprland.start event) | references/autostart.md | | Animations and bezier curves | references/animations.md | | Workspace rules and smart gaps | references/workspace-rules.md | | Environment variables | references/environment-variables.md | | Layouts (dwindle, master, scrolling, monocle, custom) | references/layouts.md | | Lua scripting, events, timers (hl.on, hl.exec_cmd) | references/lua-scripting.md | | Per-device input config | references/devices.md | | Notifications API | references/notifications.md | | Performance tuning | references/performance.md | | XWayland | references/xwayland.md | | Screen tearing | references/tearing.md | | Multi-GPU | references/multi-gpu.md | | Virtual GPU | references/virtual-gpu.md | | Permissions | references/permissions.md | | Gestures | references/gestures.md | | Systemd integration (graphical-session.target) | references/systemd.md | | Naming conventions (workspace, monitor, window selectors) | references/naming-conventions.md | | Lua code snippets and example configs | references/code-snippets.md |
| Topic | File | |-------|------| | hyprctl CLI usage (eval, repl, batch) | references/hyprctl.md | | IPC sockets and events | references/ipc.md |
| Topic | File | |-------|------| | Hyprlock (screen lock) | references/hyprlock.md | | Hypridle (idle management) | references/hypridle.md | | Hyprpaper (wallpaper) | references/hyprpaper.md | | Hyprlauncher (app launcher) | references/hyprlauncher.md | | Hyprpicker (color picker) | references/hyprpicker.md | | Hyprsunset (blue light filter) | references/hyprsunset.md | | Hyprcursor (cursor themes) | references/hyprcursor.md | | XDPH (xdg-desktop-portal-hyprland) | references/xdph.md | | Hyprpolkitagent (polkit auth) | references/hyprpolkitagent.md | | Hyprshutdown (shutdown utility) | references/hyprshutdown.md | | Hyprsysteminfo (system info) | references/hyprsysteminfo.md | | Hyprpwcenter (power management) | references/hyprpwcenter.md | | Hyprland Qt support | references/hyprland-qt-support.md | | Dev libraries (hyprtoolkit, hyprlang, hyprutils, aquamarine, etc.) | references/hypr-libraries.md |
| Topic | File | |-------|------| | Plugin usage and development | references/plugins.md |
| Topic | File | |-------|------| | NixOS / Nix / Home Manager | references/nix.md | | Nvidia setup | references/nvidia.md |
| Topic | File | |-------|------| | FAQ and troubleshooting | references/faq.md | | Getting started / installation | references/getting-started.md | | Useful utilities (bars, launchers, screenshots, systemd, etc.) | references/useful-utilities.md | | Crashes and bugs | references/crashes-and-bugs.md | | Contributing to Hyprland | references/contributing.md |
When reference files are insufficient, fetch the latest docs from raw GitHub:
https://raw.githubusercontent.com/hyprwm/hyprland-wiki/main/content/<section>/<page>.mdPaths are lowercase. Section index pages are _index.md. Examples:
https://raw.githubusercontent.com/hyprwm/hyprland-wiki/main/content/configuring/core/config-options.mdhttps://raw.githubusercontent.com/hyprwm/hyprland-wiki/main/content/configuring/core/advanced-configuration/using-hyprctl.mdhttps://raw.githubusercontent.com/hyprwm/hyprland-wiki/main/content/hypr-ecosystem/user/hyprlock.mdhttps://raw.githubusercontent.com/hyprwm/hyprland-wiki/main/content/nix/installing-hyprland-on-nixos.mdThe <!-- source: ... --> header at the top of each reference file gives the matching wiki section.
~/.config/hypr/hyprland.lua (or $XDG_CONFIG_HOME/hypr/hyprland.lua, override with Hyprland --config)
luahl.config({ general = { border_size = 2, gaps_in = 5, }, })
Multiple hl.config() calls are allowed; each updates only what it receives.
luahl.bind("SUPER + SHIFT + Q", hl.dsp.exec_cmd("firefox")) hl.bind("SUPER + X", function() hl.dispatch(hl.dsp.window.float({ action = "toggle" })) end)
luahl.on("hyprland.start", function() hl.exec_cmd("waybar & hyprpaper") end)
luahl.window_rule({ match = { class = "firefox" }, opacity = 0.9, float = true, })
luahl.monitor({ output = "DP-1", mode = "1920x1080@144", position = "0x0", scale = 1, })
luarequire("conf/binds") -- ~/.config/hypr/conf/binds.lua
shhyprctl reload hyprctl eval 'hl.config({ general = { border_size = 3 } })' hyprctl repl # interactive Lua REPL hyprctl --batch "..."
Old-style ~/.config/hypr/hyprland.conf:
inibind = MODS, key, dispatcher, params general { border_size = 2 } monitor = name, resolution@rate, position, scale
Full legacy docs: https://wiki.hypr.land/0.54.0/
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-05 | pass→pass | 16,385 | 18,481 | +13% | 1 | 1 | 0% | 3,187 | 5,099 | +60% | 0 | 0 | — |
case-01 | fail→pass | 13,198 | 11,333 | -14% | 1 | 1 | 0% | 1,623 | 3,412 | +110% | 0 | 0 | — |
case-02 | fail→pass | 16,526 | 16,007 | -3% | 1 | 1 | 0% | 2,192 | 4,679 | +113% | 0 | 0 | — |
case-03 | fail→pass | 14,508 | 9,649 | -33% | 1 | 1 | 0% | 1,656 | 3,199 | +93% | 0 | 0 | — |
case-04 | pass→pass | 9,227 | 10,661 | +16% | 1 | 1 | 0% | 1,670 | 3,279 | +96% | 0 | 0 | — |
case-06 | fail→pass | 8,324 | 7,547 | -9% | 1 | 1 | 0% | 559 | 2,737 | +390% | 0 | 0 | — |
case-07 | fail→pass | 12,511 | 10,449 | -16% | 1 | 1 | 0% | 1,367 | 3,394 | +148% | 0 | 0 | — |
case-08 | fail→pass | 11,510 | 5,990 | -48% | 1 | 1 | 0% | 1,231 | 3,477 | +182% | 0 | 0 | — |
case-09 | fail→pass | 17,574 | 11,816 | -33% | 1 | 1 | 0% | 2,273 | 3,551 | +56% | 0 | 0 | — |
case-10 | fail→pass | 13,777 | 9,653 | -30% | 1 | 1 | 0% | 1,741 | 3,207 | +84% | 0 | 0 | — |
case-11 | fail→pass | 11,370 | 10,347 | -9% | 1 | 1 | 0% | 1,162 | 3,295 | +184% | 0 | 0 | — |
case-12 | fail→fail | 30,142 | 13,993 | -54% | 1 | 1 | 0% | 1,804 | 4,050 | +125% | 0 | 0 | — |
case-13 | fail→fail | 19,071 | 16,969 | -11% | 1 | 1 | 0% | 2,788 | 4,794 | +72% | 0 | 0 | — |
case-14 | fail→pass | 11,071 | 6,742 | -39% | 1 | 1 | 0% | 985 | 2,560 | +160% | 0 | 0 | — |
case-15 | fail→pass | 4,039 | 7,456 | +85% | 1 | 1 | 0% | 623 | 2,697 | +333% | 0 | 0 | — |
case-16 | fail→pass | 13,436 | 12,353 | -8% | 1 | 1 | 0% | 1,599 | 3,678 | +130% | 0 | 0 | — |
case-17 | fail→pass | 13,078 | 3,419 | -74% | 1 | 1 | 0% | 1,327 | 2,791 | +110% | 0 | 0 | — |
case-18 | pass→pass | 11,828 | 9,527 | -19% | 1 | 1 | 0% | 1,290 | 3,238 | +151% | 0 | 0 | — |
case-19 | fail→pass | 11,766 | 2,804 | -76% | 1 | 1 | 0% | 1,004 | 2,691 | +168% | 0 | 0 | — |
case-20 | fail→pass | 16,620 | 15,698 | -6% | 1 | 1 | 0% | 1,967 | 4,164 | +112% | 0 | 0 | — |
case-21 | fail→pass | 13,978 | 8,853 | -37% | 1 | 1 | 0% | 1,558 | 2,816 | +81% | 0 | 0 | — |
case-22 | fail→pass | 12,641 | 8,149 | -36% | 1 | 1 | 0% | 1,271 | 2,717 | +114% | 0 | 0 | — |
case-23 | fail→pass | 22,002 | 9,607 | -56% | 1 | 1 | 0% | 3,164 | 2,987 | -6% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +78 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 8/3/2026 | +65% |
Other measured skills in the registry, with their headline benchmark lift.