soulthreads / xwinmosaic

X11 window switcher with fancy look.
BSD 2-Clause "Simplified" License
47 stars 8 forks source link

Added option to display only windows on current desktop. #31

Closed zerotypic closed 5 years ago

zerotypic commented 5 years ago

Hi! I added a new option to display only the windows that are on the current desktop. I also added a filter_window() function in x_interaction.c that contains the logic for selecting which windows are to be shown; that could be used as a starting point for more complicated filtering.

As I don't have access to a Windows machine, I've not tested compiling the code in Windows yet, and the option currently does nothing in the Windows code.

soulthreads commented 5 years ago

Nice! 👍