this post was submitted on 21 Nov 2024
85 points (97.8% liked)

Linux

5288 readers
409 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 

I find this hilarious. Is this an easter egg? When shaking my mouse cursor, I can get it to take up the whole screens height.

This is KDE Plasma 6.

you are viewing a single comment's thread
view the rest of the comments
[–] schizo@forum.uncomfortable.business 4 points 1 day ago (2 children)

I assume the KDE implementation resizes to default when you stop shaking it.

I could totally see someone coding a function that increases the mouse pointer by x% every y mouse shakes, and then neglecting to put in a size cap.

[–] moonpiedumplings@programming.dev 3 points 1 day ago* (last edited 1 day ago)

I could totally see someone coding a function that increases the mouse pointer by x% every y mouse shakes, and then neglecting to put in a size cap.

This feature used to be in KDE 5 as well though, but with a size cap. I suspect the removal of the size cap is intentional rather than a bug.

[–] Rhaedas@fedia.io 1 points 1 day ago

Yes, it resets once motion is stopped. It's one of those things where without comments in the code or something you could also assume forgetting to check one of the bounds just happened to work fine.