aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-29 03:56:04 -0400
committerCraig Jennings <c@cjennings.net>2026-06-29 03:56:04 -0400
commit1439797bab9afc50ff299dc9c1b3da5eaf9b1528 (patch)
tree498e9dd3bcadb7d7e03c282abf9290f7002d3ddb
parent17f9744c82be9beaaff17e441c958c696ab10b48 (diff)
downloadarchsetup-1439797bab9afc50ff299dc9c1b3da5eaf9b1528.tar.gz
archsetup-1439797bab9afc50ff299dc9c1b3da5eaf9b1528.zip
docs(todo): record mod+J/K focus-navigation work as done
-rw-r--r--todo.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index 5863e79..58cced0 100644
--- a/todo.org
+++ b/todo.org
@@ -467,6 +467,13 @@ Root cause: =float_switch_override_focus = 1= in hyprland.conf. With =follow_mou
Imported from roam inbox 2026-06-25. Repro: with two tiled windows, moving the mouse over the other tile does nothing (focus-follows-mouse off, as expected). Then launch a terminal (scratchpad), move the mouse over a tile, and focus now switches to the window under the pointer. Something about the scratchpad/terminal launch flips focus-follows-mouse on. Find what re-enables it (likely a Hyprland focus/input setting or a pyprland scratchpad side effect) and keep it off.
+** DONE [#B] mod+J/K focus navigation: raise to front, reach floating, monocle fix :feature:bug:hyprland:
+CLOSED: [2026-06-29 Mon]
+Three improvements to =layout-navigate= (mod+J/K), validated live on velox:
+- Raise the focused window to the front on focus navigation, so focusing a window behind an overlapping floating one brings it forward (dotfiles =5619342=, bundled with the =float_switch_override_focus = 0= scratchpad fix tracked above).
+- Cycle into floating windows, so you can navigate back to a scratchpad like any window instead of it being a one-way trip (dotfiles =f2107f7=).
+- Fixed a monocle regression from that change: the =cyclenext= dispatcher no-ops between monocle-stacked tiles, so focus navigation now computes the workspace window list and focuses the next/prev by address — layout-independent and floating-inclusive (dotfiles =09815f3=).
+
** TODO [#C] Wlogout exit-menu buttons are rectangular, not square
:PROPERTIES:
:LAST_REVIEWED: 2026-06-24