[GRASS-user] saving default display manager window config

Hamish hamish_nospam at yahoo.com
Tue Dec 5 16:28:57 EST 2006


Seb wrote:
> 
> To save time during startup procedures when using the display manager,
> is it possible to save the window and widget configuration settings?
> Whenever I start the display manager, I would like it to be maximized
> and to show the different windows (the display, options, and output
> widgets) with chosen relative sizes.  Saving the workspace does some
> of this for particular locations, but can all of it be done globally?


this is up to your window manager, e.g. I use sawfish WM with these
"matched window" settings: (~/.sawfish/custom, newlines added for clarity)

custom-set-typed-variable (quote match-window-profile)
(((WM_NAME . "^v\\.digit")) (position 30 . 800))
(((WM_NAME . "^Form$")) (position 40 . 150))
(((WM_NAME . "GIS Manager -")) (position 750 . 10))
(((WM_NAME . "^Map Display 1$")) (place-mode . top-left))
(((WM_NAME . "^Output - GIS\\.m$")) (place-mode . south-east-going-north))))
(quote match-window) (quote sawfish.wm.ext.match-window))


Hamish




More information about the grass-user mailing list