<?xml version="1.0" encoding="UTF-8"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Steven Rosenberg</title>
        <link>https://stevenrosenberg.nfshost.com/blog/desktops/LXDE/</link>
        <description>frugal technology, simple living and guerrilla large-appliance repair</description>
        <language>en</language>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <generator><!-- name="generator" content="ode/1.2.1" --></generator>
        <managingEditor>steven@stevenrosenberg.net (Steven Rosenberg)</managingEditor>
        <webMaster>steven@stevenrosenberg.net (Steven Rosenberg)</webMaster>
        <atom:link href="https://stevenrosenberg.nfshost.com/blog/index.rss2" rel="self" type="application/rss+xml" />


        <item>
            <title>How to turn on tap-to-click in LXDE on Fedora 21</title>
            <link>https://stevenrosenberg.nfshost.com/blog/desktops/LXDE/2015_0224_turn_on_tap_to_click_in_LXDE_in_Fedora21</link>
            <description><![CDATA[ <p>Almost all the tutorials on tap-to-click for LXDE are on how to turn it off, mostly in Lubuntu.</p>

<p>I've just started experimenting with LXDE in Fedora 21 and was surprised to find out that I can toggle tap-to-click in the configuration of Xfce but not in LXDE, where there is no tap-to-click out of the box.</p>

<p>I repeat: There is seemingly no GUI way to toggle tap-to-click in LXDE. I'd love to be wrong, but I fear I am not.</p>

<p>There is more than one way to turn tap-to-click on with scripts, or modifying <code>xorg.conf</code> or files in <code>xorg.conf.d</code>.</p>

<p>I just wanted something simple. I turned to the <code>synclient</code> utility (using it in the terminal).</p>

<p>First of all you can use <code>synclient</code> to check your setup:</p>

<pre><code>$ synclient -l
</code></pre>

<p>And to turn on tap-to-click:</p>

<pre><code>$ synclient TapButton1=1
</code></pre>

<p>Like I say above, there are ways to do this via Xorg, and probably other ways, too.</p>

<p>I'm not sure whether or not there is a GUI in LXDE to autostart scripts, but I notice that one of the choices in LXDE's <code>Desktop Session Settings</code> is <code>Xfsettingsd</code>, the <em>Xfce Settings Daemon</em>. Could that bring some of my Xfce settings into LXDE? It's probably worth a try.</p>

<p>But for now, just running <code>synclient TapButton1=1</code> in the terminal gets me where I want to be.</p>
 ]]></description>
            <pubDate>Tue, 24 Feb 2015 20:22:21 UTC</pubDate>
            <guid>https://stevenrosenberg.nfshost.com/blog/2015/02/24/20/22/21/</guid>
       </item>


    </channel>
</rss>
