blrsn / zentile

Automatic Tiling for EWMH Compliant Window Managers
MIT License
377 stars 19 forks source link

Method to skip tiling on a popup window #7

Closed xstefen closed 4 years ago

xstefen commented 4 years ago

For example an application launcher popup, in my case Ulauncher or xfce4-appfinder, both open and are tiled into the bottom right corner and other tiles resized accordingly. Not a huge deal and everything else works great but is there a way to ignore a popup window such as these?

blrsn commented 4 years ago

Currently, there is no way of doing this with zentile. We'll have to add a configuration to ignore windows based on WM_CLASS property.

xstefen commented 4 years ago

Thank you for the response. And again, thank you for your work! I am not much of a developer but if I come up with anything I'll surely open a PR