MyNameIsRichard

joined 1 year ago
[–] MyNameIsRichard@lemmy.ml -1 points 9 months ago

I’d even say that the amount of distributions or desktop environments is more scary for people.

The same people must be terrified at the super-market

[–] MyNameIsRichard@lemmy.ml 2 points 9 months ago

Stable as in reliable and not as in unchanging

[–] MyNameIsRichard@lemmy.ml 16 points 9 months 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 85 points 9 months ago (9 children)

I really hope you can turn this off

[–] MyNameIsRichard@lemmy.ml 1 points 9 months ago* (last edited 9 months 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 18 points 9 months 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 9 months ago (3 children)

But you could damage the keyboard

[–] MyNameIsRichard@lemmy.ml 14 points 9 months ago (2 children)

Github is to git what Pornhub is to porn

[–] MyNameIsRichard@lemmy.ml 4 points 9 months ago (1 children)

Yeah glibc will trigger a full rebuild

[–] MyNameIsRichard@lemmy.ml 6 points 9 months ago

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

[–] MyNameIsRichard@lemmy.ml 13 points 9 months ago

That would annoy everyone. I like it.

[–] MyNameIsRichard@lemmy.ml 1 points 9 months ago (1 children)

A quick scan through the services in Yast firewall revealed that there is a sane service too. Is that enabled?

view more: ‹ prev next ›