Downloads for runnable .exe
files are attached below.
Changelog
- Fix issue where keybindings wouldn't fire if the desktop/bar was focused. Now keybindings will always fire unless a window that has explicitly been ignored (via
ignore
command) is focused. - Create new bar component for displaying text (thanks to @AgusArdizzone). Custom commands can optionally be run when the component is left/right-clicked.
bar:
components_left:
- type: "text"
text: "⊞"
left_click_command: "exec cmd"
right_click_command: "exec chrome"
- Add button to reload config from system tray icon.
- Allow
ignore
command to be run via keybindings. Previously theignore
command could only be used in window rules. - Fix inconsistencies when picking a window to focus after another window is closed, minimized, or moved out from the workspace.