toggle_group_lock
Toggle the lock on the active group. When locked, new windows cannot join it automatically.
Instructions
Lock/unlock the active group so new windows can't (or can) join it automatically. Confirmed path: hl.dsp.group.lock(); exact toggle-vs-explicit-state argument shape isn't documented anywhere I could confirm, so this calls it with no arguments (assumed toggle, matching the pattern of group.toggle()). If it doesn't behave as expected, try hyprland_dispatch with a raw_expression like "hl.dsp.group.lock({ action = 'toggle' })" instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||