Skip to content

Commit

Permalink
enable tap-to-click by default for all touchpads
Browse files Browse the repository at this point in the history
- fixes #89
  • Loading branch information
nodiscc committed Feb 16, 2023
1 parent 8a05ebe commit 1b259c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- skel: bash: add an alias `gss` to show the status of git repositories under `~/GIT` using `mgitstatus`

### Changed
- enable tap-to-click by default for all touchpads

### Fixed
- fix XFCE power manager unable to suspend the system on laptop lid close/low battery

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "touchpad overrides"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
EndSection

0 comments on commit 1b259c5

Please sign in to comment.