SparkyLinux Forums

Software & hardware support => Sparky applications => Topic started by: 0day on March 03, 2015, 08:59:38 AM

Title: enable tapping on jwm
Post by: 0day on March 03, 2015, 08:59:38 AM
In openbox autostart add:
# enable tapping:
synclient VertEdgeScroll=1
synclient HorizEdgeScroll=1
synclient TapButton1=1

For add it in jwm startup?

## Detect and configure touchpad. See 'man synclient' for more info.
if egrep -iq 'touchpad' /proc/bus/input/devices; then
    synclient VertEdgeScroll=1 &
    synclient TapButton1=1 &
fi

??


Title: Re: enable tapping on jwm
Post by: 0day on March 04, 2015, 08:12:50 PM
Solved with:
synclient VertEdgeScroll=1
in .jwmrc startup command
Title: Re: enable tapping on jwm
Post by: 0day on April 23, 2019, 05:31:56 PM
is this always current or are there other ways now?
Title: Re: enable tapping on jwm
Post by: lami07 on April 23, 2019, 08:02:03 PM
Way the go 0day nice necrobump.

Those options mentioned by you 4 years ago do not work anymore, because Debian no longer use synaptics driver as default input driver. Your options are 1) install synaptics driver to make them work or 2) install sparky-libinput which will activate tap to click for your.