Xorg

From Halfface
Revision as of 07:42, 13 February 2015 by Ekaanbj (talk | contribs) (Created page with "# Emulate middle button. /etc/X11/xorg.conf.d/00-middle-button-emulation.conf Section "InputClass" Identifier "middle button emulation class" MatchIsPointer "on"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Emulate middle button.

/etc/X11/xorg.conf.d/00-middle-button-emulation.conf

Section "InputClass"
    Identifier "middle button emulation class"
    MatchIsPointer "on"
    Option "Emulate3Buttons" "on"
EndSection