Skip to content

window-list: Ignore hidden buttons when scrolling

Florian Müllner requested to merge wip/fmuellner/window-list-scrolling into master

Window lists are per-monitor, so workspaces are implemented by simply hiding all buttons that correspond to windows/apps on other workspaces. That means we need to take the visibility into account when handling scroll-events to switch through the list, or else we'll end up switching "randomly" between workspaces.

Fixes #78 (closed)

Merge request reports