tudurom / windowchef

Window Chef is a stacking window manager that cooks windows with orders from the Waitron
https://tudorr.ro/software/windowchef/
ISC License
203 stars 14 forks source link

Ignore window #73

Open hjpakgn opened 3 years ago

hjpakgn commented 3 years ago

I have a suggestion: add a way to ignore (no border, no alt-tab) windows by class/name. Maybe this is already possible with ruler and some other tool but I couldn't figure it out.

tudurom commented 3 years ago

I think that you can use ruler and ignw from wmutils core. Don't hesitate to reply if you have further issues!

hjpakgn commented 3 years ago

Thanks for the reply! I tried using ignw from wmutils but it had no effect: the command i tried was "ignw $(pfw)", which is supposed to ignore the focused window. I also tried using both the -r and the -s flag but neither worked. Maybe some wm_config option needs to be set with waitron for it to work?

tudurom commented 3 years ago

Looked through the code and it looks like I haven't implemented the case when a window that was previously not ignored (has override redirect flag unset) becomes ignored.

Sadly I can not implement this currently as I am busy studying but I'm going to keep the issue open. Sorry for that.