removed udev rules for mouse
the mouse issues were not caused by powertop, its just finally dying after many years, new one ordered :)
This commit is contained in:
parent
9d2a71c1a1
commit
2d1bc6dad4
1 changed files with 0 additions and 4 deletions
|
@ -73,8 +73,6 @@
|
|||
${lib.getExe' config.systemd.package "udevadm"} trigger -c bind -s usb -a idVendor=32ac -a idProduct=0012
|
||||
# Retrigger macropad udev rules
|
||||
${lib.getExe' config.systemd.package "udevadm"} trigger -c bind -s usb -a idVendor=32ac -a idProduct=0013
|
||||
# Retrigger razer mouse udev rules
|
||||
${lib.getExe' config.systemd.package "udevadm"} trigger -c bind -s usb -a idVendor=1532 -a idProduct=005c
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -83,8 +81,6 @@
|
|||
ACTION=="bind", SUBSYSTEM=="usb", ATTR{idVendor}=="32ac", ATTR{idProduct}=="0012", TEST=="power/control", ATTR{power/control}="on"
|
||||
# disable USB auto suspend for framework macropad
|
||||
ACTION=="bind", SUBSYSTEM=="usb", ATTR{idVendor}=="32ac", ATTR{idProduct}=="0013", TEST=="power/control", ATTR{power/control}="on"
|
||||
# disable USB auto suspend for razer mouse
|
||||
ACTION=="bind", SUBSYSTEM=="usb", ATTR{idVendor}=="1532", ATTR{idProduct}=="005c", TEST=="power/control", ATTR{power/control}="on"
|
||||
'';
|
||||
|
||||
# Enable greetd with ReGreet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue