-
-
Notifications
You must be signed in to change notification settings - Fork 47
modules: HyprlandSubmap
Piotr Miller edited this page Dec 19, 2024
·
2 revisions
This is a simple indicator of the currently selected Hyprland bindings submap. You may define a submap e.g. like this:
# will switch to a submap called resize
bind = $mainMod, R, submap, resize
# will start a submap called "resize"
submap = resize
# sets repeatable binds for resizing the active window
binde = , right, resizeactive, 10 0
binde = , left, resizeactive, -10 0
binde = , up, resizeactive, 0 -10
binde = , down, resizeactive, 0 10
# use reset to go back to the global submap
bind = , escape, submap, reset
# will reset the submap, which will return to the global submap
submap = reset
# keybinds further down will be global again...
By default the indicator will only show up when a submap other than "default" is selected. You may change this behaviour in settings: