PDA

View Full Version : [ubuntu] Openbox: maximize windows except dialogs



decomp
April 12th, 2011, 11:24 PM
Hello!

I have configured openbox to maximize all windows except dialog boxes but it maximizes them anyway.

I have edited my openbox rc.xml to maximize all windows like this:

<application class="*">
<maximized>yes</maximized>
</application>
This works fine but it also maximizes dialogs. So I added another rule:

<application type="dialog">
<maximized>no</maximized>
</application>

But the second rule doesn't work. any ideas?

I got these ideas from looking at http://openbox.org/wiki/Help:Applications and https://bbs.archlinux.org/viewtopic.php?id=94082
I am using openbox inside and lxde session. This is not lubuntu; I installed openbox/lxde from the repos.

decomp
April 14th, 2011, 02:53 AM
bump

decomp
May 31st, 2012, 09:28 AM
A year later and I'm still wondering how to solve this..

drink
September 7th, 2012, 10:56 PM
A year later and I'm still wondering how to solve this..

use type=normal and then you don't need an exclusion