Basic libinput gestures + structured shell aliases

This commit is contained in:
Filippo Berto 2021-07-15 09:04:04 +02:00
parent 2d6084b28a
commit 1f49192ab3
6 changed files with 68 additions and 19 deletions

View file

@ -93,6 +93,12 @@
# };
# };
# # Tablet
# hardware.opentabletdriver = {
# enable = true;
# daemon.enable = true;
# };
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;