On Tue, 18 Nov 1997, A.J.vanWerven wrote:
> > Is there a better way to make a button that transfers
> > to only one specific desktop in the 'grid'?
>
> A bit of a freaky idea, but it's your choice :-)
>
> Ehmz...try something like starting the Pager in the Init function on a certain screen
>
> AddToFunc InitFunc
> ...blabla...your own stuff...
> + "I" Desk 0 0 (or whatever other desk - if necessary)
> + "I" GotoPage 0 0 (or whereever you want your pager)
> + "I" FvwmPager
>
> Don't Forget to add
> FvwmPagerGeometry ... (whatever is needed to provide a full-screen)
>
> And then, Make a button like this (on the sticky buttonbar)
>
> *FvwmButtons (1x1, Title Pager, Icon blabla.xpm, Action "GotoPage 0 0")
>
Not bad or you could do something like
Next [FvwmPager*] Iconify -1
so your not locked into having the pager in a specific location.
plus that won't work if it is on a different desk
I map something like that to the help button to get me to my tkman
with the added line
Next [Man*] WarpToWindow 32 9
so my cursor will actually be somewhere useful in the window
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Nov 18 1997 - 07:01:26 GMT