Gnome-shell auto-move-windows
So lately I've been trying to switch from my favorite tiling window managers (wmii, awesome) to gnome-shell to try out what's new.
One thing I always liked is being able to create some rules about specific programs being moved to a specific workspace automatically.
I found out that this is possible with the gnome-shell plugin "auto-move-windows" (from the gnome-shell-extensions repository) although this is not very well documented. I thought I'd share the information on how to do this as this does not appear to be blogged/documented yet (sorry If I missed some...).
I'll keep it short on this one with an example:
# gsettings set org.gnome.shell.extensions.auto-move-windows application-list "['<application>.desktop:<workspace-number>',...]" gsettings set org.gnome.shell.extensions.auto-move-windows application-list "['firefox.desktop:2','evolution.desktop:3','xchat.desktop:4','empathy.desktop:4','soffice.desktop:5']"
I'm sure you get the point here and you can adjust this example to your own preference so I'll leave it at that.
/dev/out

4 comments
Re: Gnome-shell auto-move-windows
Submitted by Lucas Vieites (not verified) on May 6, 2011 - 10:37Re: Gnome-shell auto-move-windows
Submitted by bdeferme on May 6, 2011 - 12:21Lucas,
Most of the time this will be the name of the executable, with .desktop appended to it, you can get a list of the names though by looking in the following directory:
Thank you for this bit of
Submitted by John Brier (not verified) on November 16, 2011 - 19:12Pingback
Submitted by GS Extensions:... (not verified) on May 10, 2011 - 12:58