On Wed, 21 Feb 2001, Marco A. Sousa wrote:

> A nice feature I saw some other WM:
> CTRL +  -> = switch workspaces. 
> CTRL + ALT + -> = switch workspaces and stick the focused window, making easy
> to move windows to another workspace.
> 
> Do u know if is possible with bbkeys?


It's possible:

     ALT+s      [sticks the window to _all_ workspaces],

     ALT+4      [switch to workspace 4]

     and again ALT+s


$ cat /home/mark/.bbkeysrc
KeyToGrab(1), WithModifier(Mod1), WithAction(Workspace1)
...
KeyToGrab(Right), WithModifier(Control), WithAction(NextWorkspace)
KeyToGrab(Left), WithModifier(Control), WithAction(PrevWorkspace)
KeyToGrab(s), WithModifier(Mod1), WithAction(StickWindow)


Ciao, Mark

-- 
Mark            |  PGP-Key available
  Weinem        |  [EMAIL PROTECTED]

Reply via email to