felixfung / skippy-xd

A window selector for X11 with Exposé and live preview Alt-Tab effects and more
GNU General Public License v2.0
19 stars 2 forks source link

Stupid attempt at non-EWMH virtual desktop paging #60

Closed felixfung closed 6 months ago

felixfung commented 6 months ago

_NET_NUMBER_OF_DESKTOPS in awesome and i3 seems not to be following EWMH, and are proportionate to the number of physical screens, as opposed to XFCE, openbox, xmonad with EWMH virtual desktop plugin, where _NET_NUMBER_OF_DESKTOPS is a fixed number of virtual desktops, regardless of the number of physical screens available.

This PR is kind of a stupid attempt to fix that. If testing show that it works, then config option will be added for user to toggle behaviour.

felixfung commented 6 months ago

Close PR since it is wrong