From 6118c62fe2ec32a23fd5817d7cae4c4903d875fc Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Thu, 28 Jul 2011 16:24:46 +0200 Subject: [PATCH] disable the middle click button for the paste problem --- .xsessionrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.xsessionrc b/.xsessionrc index d02f60e..d02a1ad 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -10,3 +10,5 @@ export PATH=$PATH:/home/penny/bin/ synclient VertScrollDelta=0 HorizScrollDelta=0 VertEdgeScroll=0 HorizEdgeScroll=0 VertTwoFingerScroll=0 HorizTwoFingerScroll=0 UpDownScrolling=0 LeftRightScrolling=0 UpDownScrollRepeat=0 LeftRightScrollRepeat=0 ScrollButtonRepeat=0 CircularScrolling=0 CircScrollDelta=0 CircScrollTrigger=0 ScrollButtonRepeat=0 #gnome-screensaver & eval $(gpg-agent --daemon) +# disable the middle click button to work around the paste problem +xinput set-button-map 12 1 0 3 -- 2.39.5