Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

enable tapping on jwm

Started by 0day, March 03, 2015, 08:59:38 AM

Previous topic - Next topic

0day

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

??



0day

Solved with:
synclient VertEdgeScroll=1
in .jwmrc startup command

0day

is this always current or are there other ways now?

lami07

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.
Quote from: forum rulesWhen an issue has been resolved for you, please edit the original post to include <SOLVED> in the title. This provides a good indicator for users with a similar problem to check out the thread
Want to chat? Join #sparkylinux at [url="//irc.freenode.net"]irc.freenode.net[/url]

View the most recent posts on the forum