MyNameIsRichard

joined 2 years ago
[–] MyNameIsRichard@lemmy.ml 8 points 2 years ago (1 children)

I don't have a dog so I hope a cat isn't too upsetting

[–] MyNameIsRichard@lemmy.ml 2 points 2 years ago

Stable as in reliable and not as in unchanging

[–] MyNameIsRichard@lemmy.ml 16 points 2 years ago (4 children)

It's objectively worse. Fancier but objectively worse.

Another big, distracting pop-up that has no benefit over the existing tool tip which is still distracting when it pops up unintentionally. Also the preview will use more system resources.

[–] MyNameIsRichard@lemmy.ml 77 points 2 years ago (9 children)

I really hope you can turn this off

[–] MyNameIsRichard@lemmy.ml 10 points 2 years ago

Yeah, it should do.

[–] MyNameIsRichard@lemmy.ml 1 points 2 years ago* (last edited 2 years ago) (2 children)

Run cat /proc/acpi/wakeup and try some of the other devices instead of XHC0 if they are enabled

Edit: Remember to run sudo systemctl stop disable-mouse-wakeup to reset them if it doesn't work

[–] MyNameIsRichard@lemmy.ml 17 points 2 years ago (8 children)

I created a systemd service by putting the following in /etc/systemd/system/disable-mouse-wakeup.service


[Unit]
Description=Disable Mouse wakeup triggers

[Service]
Type=oneshot
ExecStart=/bin/sh -c "echo XHC0 > /proc/acpi/wakeup"
ExecStop=/bin/sh -c "echo XHC0 > /proc/acpi/wakeup"
RemainAfterExit=yes

[Install] 
WantedBy=multi-user.target

Then I ran sudo systemctl enable --now disable-mouse-wakeup

It works perfectly on my AMD machine.

[–] MyNameIsRichard@lemmy.ml 7 points 2 years ago (3 children)

But you could damage the keyboard

[–] MyNameIsRichard@lemmy.ml 13 points 2 years ago (2 children)

Github is to git what Pornhub is to porn

[–] MyNameIsRichard@lemmy.ml 4 points 2 years ago

Yeah glibc will trigger a full rebuild

[–] MyNameIsRichard@lemmy.ml 6 points 2 years ago

I remember it being painfully slow on my hardware which was pretty good at the time.

view more: ‹ prev next ›