fix(dualsense): Correct touchpad device name for libinput ignore
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
chore(handoff): Disable airpods handoff service perf(wivrn): Comment out nightly package for stability
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
# USB
|
# USB
|
||||||
ATTRS{name}=="Sony Interactive Entertainment DualSense Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
ATTRS{name}=="Sony Interactive Entertainment DualSense Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
ATTRS{name}=="DualSense Wireless Controller", ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
ATTRS{name}=="DualSense Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
services.airpods-handoff = {
|
services.airpods-handoff = {
|
||||||
enable = true;
|
enable = false;
|
||||||
user = "servius";
|
user = "servius";
|
||||||
macAddress = "14:14:7D:E5:1A:AC";
|
macAddress = "14:14:7D:E5:1A:AC";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -13,6 +13,6 @@
|
|||||||
importOXRRuntimes = true;
|
importOXRRuntimes = true;
|
||||||
};
|
};
|
||||||
highPriority = true;
|
highPriority = true;
|
||||||
package = pkgs.wivrn-nightly;
|
# package = pkgs.wivrn-nightly;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user