aboutsummaryrefslogtreecommitdiff
path: root/tests/layout-navigate
Commit message (Collapse)AuthorAgeFilesLines
* fix(hyprland): Escape special workspace on navigateCraig Jennings2026-04-242-0/+267
When focus is inside a special workspace (e.g. special:stash), layoutmsg cyclenext/cycleprev only operates within that workspace, trapping $mod+J inside the scratchpad overlay. Detect workspace name starting with "special:" on focus navigation (not move), toggle the overlay off first, re-read active window state, then fall through to the normal layout/floating branches. Add unit tests with a fake hyprctl harness in tests/layout-navigate/. ```