Dale Snell, il 21/03/2013 18:17, ha scritto:

>> * disbale tapping the touch-pad = mouse-click
> 
> I'm not sure if there's a setting in E for that; at least, I've never
> seen one.  I'd use the synclient(1) program [and the synaptics(4) man
> page, to tell you what everything means] to take care of that.

To accomplish this I wrote a simple file and saved it as
/usr/share/X11/xorg.conf.d/50-synaptics-tapping.conf. It contains the
following lines:
Section "InputClass"
        Identifier "touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "synaptics"
        Option "MaxTapTime" "0"
        Option "VertEdgeScroll" "1"
EndSection

Of course MaxTapTime is for tapping and VertEdgeScroll is for the
vertical scroller ;)

>> * enable "wobbly" windows
> 
> That's a theme issue; the default Dark theme doesn't have the effect.
> The old B&W theme (available from the Enlightenment svn) does.  The
> control for that setting would be in Settings => Look => Composite.

Yes. The "still" style doesn't wobble but has all the other feature that
the default style have.

>> * enable an "expose" and "cube" effect
> 
> I don't know.  I would *guess* that those are theme effects, but I'm
> not sure.  Raster would be the best one to answer that question.

There are no cube effect AFAIK. There was an expose effect provided by
the comp-scale module in E-MODULES-EXTRA, but I don't know if it still
works.

-- 

  Massimo Maiurana               GPG keyID #7044D601

  La fede e' credere in cio' che sai non essere vero
                    [Mark Twain]

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to