Mike Hearn
2006-Apr-01 11:55 UTC
[compiz] [PATCH] Add option to switcher plugin for current workspace windows only
I find it very awkward for alt-tab to switch to windows on other desktops, but some people prefer it. Here is an implementation of a setting for it. It adds a new window API, to see if it's on the visible workspace. (I wrote this one) -------------- next part -------------- A non-text attachment was scrubbed... Name: mike-switcher-workspace-only.patch Type: text/x-patch Size: 3561 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20060401/ef094a54/mike-switcher-workspace-only.bin
David Reveman
2006-Apr-01 14:22 UTC
[compiz] [PATCH] Add option to switcher plugin for current workspace windows only
On Sat, 2006-04-01 at 20:55 +0100, Mike Hearn wrote:> I find it very awkward for alt-tab to switch to windows on other > desktops, but some people prefer it. Here is an implementation of a > setting for it. It adds a new window API, to see if it's on the visible > workspace.I've added an initiat_all binding that will show all windows like before and the old initiate option should behave the way you want. The changes are similar to your patch but they allows you to use it both ways without changing an option. Let me know if it doesn't work the way you want. And btw, workspace is not the appropriate name, compiz currently implements a virtual desktop and multiple viewports. thanks, -David