skx / kpie

Simple devilspie-like program for window manipulation, with Lua.
GNU General Public License v2.0
80 stars 13 forks source link

Add un- bottom function #27

Closed bee395 closed 5 years ago

bee395 commented 5 years ago

Today I found out about this project and I really like it. I was, however, looking for a way to keep a window below all other windows and found out that it wasn't implemented yet.

So I added two function to set and unset the always below flag. Unfortunately the below function was already taken, so I looked for an alternative function name.

Feel free to change the naming if you find a better fitting name.

skx commented 5 years ago

Thank you for your contribution :)