Move pager only?

I would like to make a function in my .fvwm file that only moves the pager when I hold leftmouse button down on it.

I have tried:

for other parts of the window/borders/icons:

Mouse 1 TSW A FuncFvwmMoveOrRaise

DestroyFunc FuncFvwmMoveOrRaise
AddToFunc FuncFvwmMoveOrRaise

  • I Raise
  • M Move
  • D Lower

But then it will also apply to all the other windows! I guess that I have to define a new context that only contains the Pager, but I don’t know how to do this.

Another thing I am trying to change is when I ie. right click in Virtual Dekstop 2 and choose a program/windows etc. that is located in Virtual Desktop 1 then it jumps to Virtual Desktop 1 instead of importing the desired program to desktop 2…is it possible to get programs that you choose imported to the Virtual Desktop that one currently use?

What you want is something like this:

Mouse (FvwmPager) 1 TSW A  Move

Haven’t tested it.

– Thomas Adam

I have tried to do what you recommend (I have also tried to omit the “(” “)” ) but nothing happens when I hold mouse button 1 down on the Pager and move the mouse.