Re: FVWM: Mouse buttons

From: Dominik Vogt <fvwm_at_fvwm.org>
Date: Mon, 3 Mar 2003 17:32:38 +0100

On Mon, Mar 03, 2003 at 08:06:17AM -0800, ceguizabal_at_earthlink.net wrote:
> Hi. I'm using fvwm 2.4.7 in an slackware linux box.
>
> I hapen to be using the mouse on the left side of my desk. I
> would like to swap the mouse buttons (a la kde) for convinience;
> I've read the man pages but didn't find a command to do that.
> Any ideas? Thanks.

I am not sure if I understand you correctly. To swap the left and
right mouse buttons, type

  $ xmodmap -e "pointer = 3 2 1"

For example, put this into your ~/.xinitrc of add it to the fvwm
start function:

  AddToFunc InitFunction
  + I exec $ xmodmap -e "pointer = 3 2 1"

To change back to the normal layout, issue

  $ xmodmap -e "pointer = 1 2 3"

Bye

Dominik ^_^ ^_^
--
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 Mon Mar 03 2003 - 10:31:51 GMT

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