I have setup 3x3 workspace switcher, and I want to position in the center one by default. Is it possible?
|
Thanks to Marco, I have figured out a way using Because compiz workspaces are actually viewport of a single desktop, so the solution is to move the current viewport to cover the center region of the desktop. First, call
Then, calculate the origin of the center viewport:
And move the viewport there:
|
|||
|
|
|
Yes: install wmctrl
|
|||||
|
|
|||||||||
|
|
I was going to ask the similar question, but for 3 horizontal workspaces and I'm also running compiz, and the wmctrl -d output(per workspace) looks like this:
Than I simply used Thanks. p.s. sorry for posting this as another answer, I'd rather add comment to one of existent answers, but not yet gained reputation :) |
|||
|
Just a brief note - I'm using Natty, and thanks to @谢继雷's answer, I noticed that the following is reported by moving the terminal in each of the four 'workspaces' in Unity:
... i.e. they are not neither separate desktops, nor workspaces - simply the viewport changes! So, to change between those four viewports, simply call the
EDIT: Ups, sorry, just saw this is the same as @wik's answer - merge/delete as appropriate.. |
||||
|
|

