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,700

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.