diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 2de1829..aa7537e 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -221,8 +221,12 @@ # Super after any combo (e.g. Super+T) — the overview will flash # briefly. If that's annoying, switch to a regular combo bind, or # use keyd to remap Super-tap to a dedicated keycode. + # + # Routed through `exec, hyprctl dispatch` because home-manager loads + # plugins via exec-once, after the config is parsed — referring to + # overview:toggle directly here would fail with "invalid dispatcher". bindr = [ - "SUPER, SUPER_L, overview:toggle" + "SUPER, SUPER_L, exec, hyprctl dispatch overview:toggle" ]; bindel = [