MyNixOS website logo
option

wayland.windowManager.hyprland.submaps.<name>.settings

Hyprland binds to be put in the submap.

Declarations
Type
Hyprland binds
Default
{ }
Example
{
  binde = [
   ", right, resizeactive, 10 0"
   ", left, resizeactive, -10 0"
   ", up, resizeactive, 0 -10"
   ", down, resizeactive, 0 10"
  ];

  bind = [
    ", escape, submap, reset"
  ];
}