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