initial setup
This commit is contained in:
7
root/desktop/controller/default.nix
Normal file
7
root/desktop/controller/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
# Ignore Dualsense touchpad in desktop mode.
|
||||
services.udev.extraRules =''
|
||||
ACTION=="add|change", KERNEL=="event[0-9]*", ATTRS{name}=="*Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user