4

I use Gnome on a RHEL system. When I launch a new program, the window manager (?) seems to make an effort to remember the size and position of the window when I last used it. However, I don't know how I can get it to remember what workspace it was last on.

Actually, bonus question: ideally, I'd like to be able to have a single program (in my case, Firefox) launch with different windows on different workspaces. They're set up this way when I log off, and I'd like them to come back the same way the following day when I log back in.

Coderer
  • 1,578
  • 5
  • 19
  • 31

1 Answers1

2

This previous question seems to provide a solution: you can use Devil's Pie to programmatically move your app windows to the correct workspaces based on certain properties (program name, window title, etc.)

If you want a fully dynamic behavior, you can probably run a script at logout time that records which program is on which workspace, but having not used Devil's Pie myself I'm not sure how much work that'd be.

michel-slm
  • 480
  • 4
  • 12
  • I'm going to take this as "you can't do this natively" and assume that if I cared enough to do so, I could use the program you suggest. Thanks! – Coderer May 21 '12 at 15:18