mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
Introduces a new configuration option for the window switcher that allows users to filter windows by output (monitor). Changes: - Added `allOutputs` attribute to <windowSwitcher> - Default is "no" (only shows windows on the cursor's output) - When set to "yes", shows windows from all outputs - Introduced LAB_VIEW_CRITERIA_CURSOR_OUTPUT flag to filter views by output - Windows are matched against the output nearest to the cursor - Bit positions of existing criteria flags shifted to accommodate new flag - Modified OSD display behavior to show only on the cursor's output - Previously, the OSD would appear on all outputs simultaneously - Now displays only on the output nearest to the cursor location This provides better multi-monitor support by allowing users to focus on windows relevant to their current screen, reducing visual clutter when working across multiple displays. |
||
|---|---|---|
| .. | ||
| default-bindings.h | ||
| keybind.h | ||
| libinput.h | ||
| mousebind.h | ||
| rcxml.h | ||
| session.h | ||
| tablet-tool.h | ||
| tablet.h | ||
| touch.h | ||
| types.h | ||