1.43.0 (2026-06-05)
Overview
- 3x3 recursive grid layout is the default now
- Added 3 new cli command to navigate around workspaces and windows (
action space <number>,action move_window_to_space <number>andaction focus_window - all
execcommands are now configurable, e.g. you can use/bin/dashfor execs - added
invert_scrollconfiguration to compensate weird opposite scrolling issues - more bug fixes and optimisation that makes neru better
Features
- cli: add
focus_windowaction to cycle window on active space (#884) (ead9855) - cli: add action to move focused window to a workspace (#895) (245cfc6)
- cli: add action to switch native workspace by index (#894) (1eb97a5)
- config,hotkey,cli: make
execshell configurable (#890) (d07ce38) - default-config: promote 3x3 recursive grid to default grid (#882) (3e0e581)
- scroll,systray,cli: add
invert_scrollfor direction inversion (#883) (e7d622b)
Bug Fixes
- overlay,indicator: revert #832 optimisation that causes regression (#887) (1ade137)
- overlay: use dispatch_sync with main thread check for window destruction (#888) (115c27a)
- prevent memory leak during window space transitions (#896) (dc3e284)