I would guess that gnome has some kind of synaptics included (synaptics as in touchpad, not the package manager) and that keeps running/configured after you close gnome, and stays like that when you start E
I think there is a synaptics daemon that you can run from cli instead of putting into xorg. You could create a .desktop file and tell E that launch that at start 2014-10-18 12:52 GMT-03:00 Massimo Maiurana <[email protected]>: > Morten Nilsen ha scritto il 18/10/2014 alle 16:02: > > I seem to have some strange behaviour here.. > > After logging out of gnome and into e, my touchpad works with tap to > > click and horizontal scrolling. > > > > But if I log straight into e after booting, I only have vertical > > scrolling and I have to press the physical button to click. > > > > There is an option in gnome to enable tap to click, which is default off. > > > > Is there some way to get these features to work as expected in e, or is > > my quickest option to run gnome-settings-daemon, which I presume will > > have some effect on this? > > > > Just create a configuration file in /etx/X11/xorg.conf.d (at least on > debian, don't know if your distro put them elsewhere) and list all the > options you need. For example this is the content of my > /etx/X11/xorg.conf.d/10-synaptics.conf: > > Section "InputClass" > Identifier "touchpad catchall" > MatchIsTouchpad "on" > MatchDevicePath "/dev/input/event*" > Driver "synaptics" > Option "MaxTapTime" "0" > Option "VertEdgeScroll" "1" > EndSection > > In my case I disable tapping and enable only the vertical scrolling, > basically the configuration you don't want :D > > -- > Massimo Maiurana > Ragusa (RG) > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- Wido ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
