diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-29 03:47:30 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-29 03:47:30 -0400 |
| commit | 17f9744c82be9beaaff17e441c958c696ab10b48 (patch) | |
| tree | 776f1721cff54b30335edf0f9628d2d3c7328050 | |
| parent | 5e4d214dd176360fe9005db57a8c05edc530d89f (diff) | |
| download | archsetup-17f9744c82be9beaaff17e441c958c696ab10b48.tar.gz archsetup-17f9744c82be9beaaff17e441c958c696ab10b48.zip | |
docs(todo): close focus-follows-mouse bug fixed in dotfiles
| -rw-r--r-- | todo.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -458,10 +458,13 @@ Migration scope: - hyprland.conf: default-terminal keybind, pyprland scratchpad terminals, and any other =foot= references → ghostty. - Verify on velox + ratio: ligatures render, latency acceptable in tmux+vterm use, dupre theme correct, sixel/kitty-graphics previews work. -** TODO [#C] Scratchpad launch turns on focus-follows-mouse :bug:hyprland: +** DONE [#C] Scratchpad launch turns on focus-follows-mouse :bug:hyprland: +CLOSED: [2026-06-28 Sun] :PROPERTIES: :LAST_REVIEWED: 2026-06-28 :END: +Root cause: =float_switch_override_focus = 1= in hyprland.conf. With =follow_mouse = 0=, focus still jumped to the window under the pointer when it crossed a floating-tiled boundary, so launching a floating scratchpad re-enabled focus-follows-mouse onto tiled windows. Fixed by setting it to 0 (dotfiles =5619342=). Not a pyprland side effect. + 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. ** TODO [#C] Wlogout exit-menu buttons are rectangular, not square |
