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.

  • Rhaedas
    link
    fedilink
    54 days ago

    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.

    • @[email protected]
      link
      fedilink
      English
      44 days ago

      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.

      • @[email protected]OP
        link
        fedilink
        English
        4
        edit-2
        4 days 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.

        • @[email protected]
          link
          fedilink
          11 day ago

          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).

      • Rhaedas
        link
        fedilink
        14 days 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.