diff options
| author | vin <git@vineetk.net> | 2026-04-08 10:21:38 -0400 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2026-04-08 10:21:38 -0400 |
| commit | a70c5903f6176d6966e3213c3b129e7b20083626 (patch) | |
| tree | 182234dbc30fc501f20701352a4a1ce5144f3fa4 | |
| parent | fe67ec2fb5600bab991961f6c843be983a0091ad (diff) | |
packages/xorg: add touchpad input section
| -rw-r--r-- | epistemia/packages/xorg.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/epistemia/packages/xorg.scm b/epistemia/packages/xorg.scm index 9f1ce3d..bc2ec0f 100644 --- a/epistemia/packages/xorg.scm +++ b/epistemia/packages/xorg.scm | |||
| @@ -48,6 +48,16 @@ | |||
| 48 | "EndSection\n" | 48 | "EndSection\n" |
| 49 | "\n" | 49 | "\n" |
| 50 | "Section \"InputClass\"\n" | 50 | "Section \"InputClass\"\n" |
| 51 | " Identifier \"touchpads\"\n" | ||
| 52 | " MatchIsTouchpad \"on\"\n" | ||
| 53 | " Driver \"libinput\"\n" | ||
| 54 | " Option \"AccelProfile\" \"flat\"\n" | ||
| 55 | " Option \"AccelSpeed\" \"0\"\n" | ||
| 56 | " Option \"Tapping\" \"on\"\n" | ||
| 57 | " Option \"TappingButtonMap\" \"lrm\"\n" | ||
| 58 | "EndSection\n" | ||
| 59 | "\n" | ||
| 60 | "Section \"InputClass\"\n" | ||
| 51 | " Identifier \"wacom\"\n" | 61 | " Identifier \"wacom\"\n" |
| 52 | " MatchProduct \"Wacom\"\n" | 62 | " MatchProduct \"Wacom\"\n" |
| 53 | " Driver \"wacom\"\n" | 63 | " Driver \"wacom\"\n" |
