Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev

There doesn't appear to be a limit to the maximum size the KDE cursor can get when you shake it.

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.

View original on programming.dev
98

17 replies

mander.xyz

I just turned it on the other day out of curiosity, now I'm jigglin' my mouse to see how big I can get it.

28

There doesn't appear to be a limit to the maximum size the KDE cursor can get when you shake it.

And that's a good thing!

18
lemm.ee

Why would shaking the cursor make it bigger in the first place? Is this an accessibility feature to find the cursor?

14
Rhaedasreply
fedia.io

Can't tell if lazy programming or just figuring it will fix itself. In theory there would be a point of overflow maybe? Well, I guess that also fixes itself.

5
schizoreply

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.

4
programming.dev

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.

4

Having a size cap does not make much sense since the increased pointer size is triggered intentionally, meaning if someone keeps shaking the pointer, they must want it bigger (whether for amusement or because they're hella blind).

2

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.

1

MacOS does this, but on screen recording it never shows it. Feels good to see Linux records what user actually saw

1

Dude I love that feature soooo much, I found it like 2 months ago and I shake it all the time. Its like a normal thinking thing for me now, spin it while I use my thinking meat on things.

8

You reached the end

There doesn't appear to be a limit to the maximum size the KDE cursor can get when you shake it. | Spyke