Ankursinha (talk | contribs) No edit summary |
Ankursinha (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
== Scope == | == Scope == | ||
Fedora tries to make various desktop environments available to its users. Since Fedora tries to stay as close to upstream as possible, we follow the various defaults selected by the desktop environment upstreams. Generally, this entails a disabled touchpad click by default. This wiki page tries to compile the different methods that can be used to enable "tapping" on various desktop environments. | Fedora tries to make various desktop environments available to its users. Since Fedora tries to [[Staying_close_to_upstream_projects|stay as close to upstream]] as possible, we follow the various defaults selected by the desktop environment upstreams. Generally, this entails a disabled touchpad click by default. This wiki page tries to compile the different methods that can be used to enable "tapping" on various desktop environments. | ||
== Desktop configurations == | == Desktop configurations == | ||
Line 12: | Line 12: | ||
=== LXDE === | === LXDE === | ||
Create the file '''/etc/xorg.conf.d/50-synaptics.conf''' with the following two lines in it: | |||
<pre> | |||
Option "TapButton1" "1" | |||
Option "RBCornerButton" "3" | |||
</pre> | |||
=== XFCE === | === XFCE === | ||
=== MATE === | === MATE === |
Revision as of 06:26, 12 September 2012
Scope
Fedora tries to make various desktop environments available to its users. Since Fedora tries to stay as close to upstream as possible, we follow the various defaults selected by the desktop environment upstreams. Generally, this entails a disabled touchpad click by default. This wiki page tries to compile the different methods that can be used to enable "tapping" on various desktop environments.
Desktop configurations
GNOME
The "mouse and touchpad" utility can be used to enable tapping and set scrolling options in GNOME.
KDE
LXDE
Create the file /etc/xorg.conf.d/50-synaptics.conf with the following two lines in it:
Option "TapButton1" "1" Option "RBCornerButton" "3"