Implement passthrough mode

When active, key presses are passed directly to the focused window.
I've mostly used this for testing beansprout, but I'm sure there are
other uses.
This commit is contained in:
Ben Buhse 2026-02-22 08:59:45 -06:00
commit 1b37ab7afd
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
4 changed files with 50 additions and 12 deletions

View file

@ -291,6 +291,7 @@ Full command reference:
| `toggle_output_tags` | tags (u32 bitmask) | Toggle a tag on the focused output |
| `toggle_window_tags` | tags (u32 bitmask) | Toggle a tag on the focused window |
| `reload_config` | | Reload the config file |
| `toggle_passthrough` | | Toggle passthrough mode to disable keybinds |
### Tag Binds