Re: FVWM: Icon quetsions

From: Dominik Vogt <dominik.vogt_at_gmx.de>
Date: Sun, 28 Jan 2001 16:58:22 +0100

On Sun, Jan 28, 2001 at 02:22:31AM +0000, M.Kirillov wrote:
> Thanks. I'll try the options you said
>
> > > 2) Icons moving.
> > >
> > > In the 2.2.x, I used this string to drag icons and windows:
> > >
> > > Mouse 0 SFWTI M Move
> > >
> > > Now, it doesn't work for Icons. What can I do to move icons
> > > by mouse?
>
> > This should work. Please post your config file so we can see
> > what's wrong.
>
> It's after the message.
> "Menu" is the output of wmconfig

The order of the binding commands in your config file is wrong:


> Mouse 3 TSFI A Right-Border

Binds Right-Border to button 3 with any modifier.

> Mouse 0 SFWTI M Move

Binds Move to all buttons with Meta.

> Mouse 1 TI A Title-1

Binds Title-1 to button 1 with any modifier. This overrides the
Meta-button 1 binding from the previous line.

> Mouse 0 I A Iconify off

Binds "Iconify off" to all buttons with any modifier, thus
removing the bindings from above three lines. You should specify
bindings in the opposite order:

  Mouse 0 I A Iconify off
  Mouse 1 TI A Title-1
  Mouse 0 SFWTI M Move
  Mouse 3 TSFI A Right-Border

The responsible code was changed between 2.2.x and 2.3.x to handle
this situation properly. With 2.3.x, newer binding commands
override older commands so you can change them without restarting.

Bye

Dominik ^_^ ^_^

--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sun Jan 28 2001 - 10:00:49 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:51 BST