Is there a way to "save" a layout of terminals on Ubuntu? Let's say I have 4 Terminals on a workspace that I'd like to save/restore at will, how could I do this?

UPDATE:

  • create gnome-terminal desktop entry
  • edit the preferences and under "Title and Command" be sure to set "Keep initial title" for "When terminal commands set their own titles"
  • use wmctrl (available on universe repo) to control window

Using the above procedure, one can create as many desktop profiles for gnome terminals and control them by "title" using wmtrl -R $title_here.

The profiles are kept under ~/.gconf/apps/gnome-terminal/profiles.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

This question may lead you to the answer you are looking for: Save multiple gnome-terminal layout ?

link|improve this answer
you led me to the answer I was looking for, piece wise :) – jldupont Mar 28 '11 at 0:53
feedback

if u are still searching for clues:

i use a 2-step approach with my xfce-terminal. first i open the windows

xfce4-terminal --hide-menubar --hide-borders --hide-toolbars -e htop -T hTop

and then move them with wmctrl

wmctrl -r 'hTop' -t 3 wmctrl -r 'hTop' -e 0,927,33,1000,550

regards,

Martin

(I am sorry, but I posted in the old thread Christopher linked to. Too eager to earn karma.)

link|improve this answer
you should then link to the post in a comment. just saying. – jldupont Mar 28 '11 at 0:22
tried this stuff, maybe I am doing something wrong but isn't what I am after. thanks anyways. – jldupont Mar 28 '11 at 0:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.