Releases: MaxVerevkin/wlr-which-key
Releases · MaxVerevkin/wlr-which-key
v1.1.0
- Add config to keep UI open after command is executed (#9 by @noxpardalis)
v1.0.1
- Support for modifiers in keybindings. Examples:
Ctrl+a
,Ctrl+Alt+Return
,Alt+Delete
, etc. Ctrl+[
andCtrl+g
can be used to close the menu (in addition toEscape
).
v0.1.3
Do not leak the FD of the shm-framebuffer to spawned children, thanks to an updated dependency, which now opens shm file with CLOEXEC
flag.
v0.1.2
- Respect the new
wl_surface.preferred_buffer_scale
event. - Internal changes such as dependency updates.
v0.1.1
- Accept a CLI argument to select config file (run
wlr-whch-key --help
to learn more). - Explicitly fail if config file cannot be found.
- You can now press backspace to return to the parent submenu.
v0.1.0
Initial release.