Mapped touchscreen to /dev/touchscreen, fixed touch gestures
But you're unable to unlock the framework12 without keyboard (virtual keyboard doesn't appear)
This commit is contained in:
parent
45dbea7758
commit
40c709b116
4 changed files with 40 additions and 10 deletions
|
|
@ -28,4 +28,8 @@
|
|||
environment.systemPackages = [
|
||||
pkgs.framework-tool
|
||||
];
|
||||
users.groups.touchscreen = {};
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="event*", ATTRS{name}=="ILIT2901:00 222A:5539", SYMLINK+="touchscreen", MODE="0660", GROUP="touchscreen"
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue