Bindmode
Displays Sway’s current binding mode or Hyprland’s current submap in a label. Nothing is displayed if no binding mode is active.
Example
{ end = [ { type = "bindmode" truncate = "start" } ]}{ "end": [ { "type": "bindmode", "truncate": "start" } ]}end: - type: bindmode truncate: start[[end]]type = "bindmode"truncate = "start"Configuration
Type:
bindmode
Styling
| Selector | Description |
|---|---|
.bindmode | Bind mode label widget |
For more information on styling, please see the styling guide.