Possible Duplicate:
Is it possible to pin programs to specific workspaces, without CCSM?
I work with several virtual desktop (Gnome desktop) and several terminal with several tab in each terminal. How to remember the position, size, current directories of all this when reboot ?
xdotool search --name Terminal
, get the size withxwininfo -size
, and create a script based on those which you could run to restore the settings. – l0b0 Jul 26 '12 at 12:17