How do I disable “tap to click” (touchpad) on KDE5/plasma-based installations? (currently using KDE neon)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I am looking at the System Settings => Input Devices => Touchpad but nothing jumps out.



On Ubuntu/Unity, it is obvious which setting to use when wanting to play around with "tap to click".



Thanks







share|improve this question
























    up vote
    0
    down vote

    favorite












    I am looking at the System Settings => Input Devices => Touchpad but nothing jumps out.



    On Ubuntu/Unity, it is obvious which setting to use when wanting to play around with "tap to click".



    Thanks







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am looking at the System Settings => Input Devices => Touchpad but nothing jumps out.



      On Ubuntu/Unity, it is obvious which setting to use when wanting to play around with "tap to click".



      Thanks







      share|improve this question












      I am looking at the System Settings => Input Devices => Touchpad but nothing jumps out.



      On Ubuntu/Unity, it is obvious which setting to use when wanting to play around with "tap to click".



      Thanks









      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 15 '17 at 0:49









      mrjayviper

      473615




      473615




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          as answered here




          To enable the touchpad tapping permanently , copy the
          50-synaptics.conf file to /etc/X11/xorg.conf.d then edit it by
          adding Option "TapButton1" "1"



          cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf


          The /etc/X11/xorg.conf.d/50-synaptics.conf should be:



          Section "InputClass"
          Identifier "touchpad catchall"
          Driver "synaptics"
          MatchIsTouchpad "on"
          Option "TapButton1" "1"
          Option "TapButton2" "3"


          Reboot your system




          in your case set TapButton1 to 0 to look like this



          Section "InputClass"
          Identifier "touchpad catchall"
          Driver "synaptics"
          MatchIsTouchpad "on"
          Option "TapButton1" "0"





          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f398181%2fhow-do-i-disable-tap-to-click-touchpad-on-kde5-plasma-based-installations%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            as answered here




            To enable the touchpad tapping permanently , copy the
            50-synaptics.conf file to /etc/X11/xorg.conf.d then edit it by
            adding Option "TapButton1" "1"



            cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf


            The /etc/X11/xorg.conf.d/50-synaptics.conf should be:



            Section "InputClass"
            Identifier "touchpad catchall"
            Driver "synaptics"
            MatchIsTouchpad "on"
            Option "TapButton1" "1"
            Option "TapButton2" "3"


            Reboot your system




            in your case set TapButton1 to 0 to look like this



            Section "InputClass"
            Identifier "touchpad catchall"
            Driver "synaptics"
            MatchIsTouchpad "on"
            Option "TapButton1" "0"





            share|improve this answer


























              up vote
              0
              down vote













              as answered here




              To enable the touchpad tapping permanently , copy the
              50-synaptics.conf file to /etc/X11/xorg.conf.d then edit it by
              adding Option "TapButton1" "1"



              cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf


              The /etc/X11/xorg.conf.d/50-synaptics.conf should be:



              Section "InputClass"
              Identifier "touchpad catchall"
              Driver "synaptics"
              MatchIsTouchpad "on"
              Option "TapButton1" "1"
              Option "TapButton2" "3"


              Reboot your system




              in your case set TapButton1 to 0 to look like this



              Section "InputClass"
              Identifier "touchpad catchall"
              Driver "synaptics"
              MatchIsTouchpad "on"
              Option "TapButton1" "0"





              share|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                as answered here




                To enable the touchpad tapping permanently , copy the
                50-synaptics.conf file to /etc/X11/xorg.conf.d then edit it by
                adding Option "TapButton1" "1"



                cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf


                The /etc/X11/xorg.conf.d/50-synaptics.conf should be:



                Section "InputClass"
                Identifier "touchpad catchall"
                Driver "synaptics"
                MatchIsTouchpad "on"
                Option "TapButton1" "1"
                Option "TapButton2" "3"


                Reboot your system




                in your case set TapButton1 to 0 to look like this



                Section "InputClass"
                Identifier "touchpad catchall"
                Driver "synaptics"
                MatchIsTouchpad "on"
                Option "TapButton1" "0"





                share|improve this answer














                as answered here




                To enable the touchpad tapping permanently , copy the
                50-synaptics.conf file to /etc/X11/xorg.conf.d then edit it by
                adding Option "TapButton1" "1"



                cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf


                The /etc/X11/xorg.conf.d/50-synaptics.conf should be:



                Section "InputClass"
                Identifier "touchpad catchall"
                Driver "synaptics"
                MatchIsTouchpad "on"
                Option "TapButton1" "1"
                Option "TapButton2" "3"


                Reboot your system




                in your case set TapButton1 to 0 to look like this



                Section "InputClass"
                Identifier "touchpad catchall"
                Driver "synaptics"
                MatchIsTouchpad "on"
                Option "TapButton1" "0"






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Oct 15 '17 at 1:03

























                answered Oct 15 '17 at 0:56









                A.Rahman Mahmoud

                93111




                93111



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f398181%2fhow-do-i-disable-tap-to-click-touchpad-on-kde5-plasma-based-installations%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay