Skip to content

Commit

Permalink
bring back libinput touchpad pressure tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yusefnapora committed May 24, 2019
1 parent 4af66a4 commit 1aa0c15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Touchpad pressure override]
MatchUdevType=touchpad
MatchName=ACPI0C50:00 18D1:5028 Touchpad
MatchDMIModalias=dmi:*svnGoogle:*pnEve*
AttrPressureRange=10:5
AttrPalmPressureThreshold=100
8 changes: 8 additions & 0 deletions ansible/roles/eve-tweaks/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
args:
creates: /etc/systemd/system/multi-user.target.wants/zram-swap.service

### tweak touchpad pressure for libinput

- name: Copy libinput touchpad pressure tweak file
become: true
copy:
src: libinput-local-overrides.quirks
dest: /etc/libinput/local-overrides.quirks

### keyboard backlight

- name: Ensure "leds" group exists
Expand Down

0 comments on commit 1aa0c15

Please sign in to comment.