You are not logged in.

#1 2011-11-02 09:50:09

jf/
Member
Registered: 2003-10-26
Posts: 79

middle-click for pasting not working

I'm not too sure what the problem is, but here's my setup:

I've got X installed, with a minimal .xinitrc for wmii (following https://wiki.archlinux.org/index.php/Wmii)

Right now, it's really just

until wmii; do
  true
done

I've got the following in /etc/X11/xorg.conf:

Section "InputClass"
    Identifier "mouse"
    MatchIsPointer "on"
    Option "Emulate3Buttons" "true"
EndSection

in order to simulate the middle button (my laptop only has 2 buttons).

I've also got gvim (following the advice from https://bbs.archlinux.org/viewtopic.php?id=124842&p=1) installed. At best, I expect that middle-click pasting should work between different tabs of firefox, but even that doesnt work?

Offline

Board footer

Powered by FluxBB