Making Gnome show one maximized window for each Desktop

This is quite useful when you dont have much screen estate, like on a eeePC 701 or similar. All normal windows will be maximized and have their decoration removed. Dialogs will be as normal.

For this you would need to install the package devilspie and add it to your sessions so it automaticaly starts up on login.

create a folder called .devilspie in your home folder. in this folder create a file called allbig.ds (or what ever you like .ds). And add the following code to it:

(begin
  (if (is "_NET_WM_WINDOW_TYPE_NORMAL" (window_property "_NET_WM_WINDOW_TYPE"))
      (begin
        (undecorate)
        (maximize)
        )))

Documentation/Desktop (last edited 2009-06-14 11:03:50 by blambi)

gNewSense is a project developed by volunteers all over the world and it's supported by the Free Software Foundation.

The content in this Web site can be used as follows:

All documentation is available under the terms of the GFDL with no invariant sections. (note on the license)

Artwork is Free Cultural Work and is available under the terms of the cc-by-sa license.