Skip to content

Instantly share code, notes, and snippets.

@rustysys-dev
Created March 14, 2019 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rustysys-dev/9f248355e853464ec9a462ffffcc9026 to your computer and use it in GitHub Desktop.
Save rustysys-dev/9f248355e853464ec9a462ffffcc9026 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/20-3rdbutton.conf
Section "InputClass"
Identifier "middle button"
MatchIsPointer "on"
MatchDriver "libinput"
Option "MiddleEmulation" "off"
EndSection
@rustysys-dev
Copy link
Author

disable fedora middle click = paste

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment