dreamcat4 / skippy-xd

A full-screen Exposé-style standalone task switcher for X11.
GNU General Public License v2.0
100 stars 12 forks source link

Filter windows by virtual desktop, window class and/or window state #53

Open felixfung opened 1 year ago

felixfung commented 1 year ago

The core code should be a fairly straightforward code enhancement with great user value: from a quick look it looks like the code to work on is clientwin_validate_func() and wm_validate_window().

However, the user should be able to pass their filtering options through command arguments rather than config file. Then, just like #48, we first need to work on communication between skippy client and daemon.