From: Thomas K. <tk...@gi...> - 2012-07-01 19:24:12
|
On Sun, Jul 01, 2012 at 08:36:47PM +0200, Arnout Engelen wrote: > The winprop above is pretty much a 'catch-all' one. cfg_kludges.lua has a > winprop that puts all 'is_dockapp' windows into the statusbar. This is probably > overwritten by the one above. Ah, ok. > The solution would be to make sure the winprop above is the first winprop, so > any later winprops will overwrite it. In practice this probably means you want > to put this winprop before 'dopath("cfg_defaults")' in your cfg_notion.lua. I've done this and the dockapps behave properly again. Thank you very much! Thomas |