]> git.mdlowis.com Git - proto/labwc.git/commit
window-switcher: add `order` parameter to allow stable window list ordering
authorMaik Broemme <mbroemme@libmpq.org>
Mon, 8 Dec 2025 17:54:23 +0000 (18:54 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 17:54:23 +0000 (18:54 +0100)
commit8fdf375af3148aa8edc17b5104780c309da4a1b0
treee8d5c653e7d9e8707409380ce146817fae2ebd87
parenteecb5d0947ea34d139e49c2be2f9ebaf4bf3323d
window-switcher: add `order` parameter to allow stable window list ordering

Add a new configuration option to control the window switcher traversal order.

`order="focus"` cycling is convenient for quick toggling, but some users - me as well -
prefer a stable taskbar-like order which can now be achieved with `order="age"`.
docs/labwc-config.5.scd
include/config/rcxml.h
include/config/types.h
include/labwc.h
include/view.h
src/config/rcxml.c
src/cycle/cycle.c
src/xdg.c
src/xwayland.c