peterfajdiga / karousel

Scrollable tiling Kwin script
GNU General Public License v3.0
252 stars 5 forks source link

Remove overscroll feature #23

Closed peterfajdiga closed 8 months ago

peterfajdiga commented 10 months ago

I'm planning to remove the overscroll feature because it's often an annoying corner case when making changes in code and I question its usefulness.

The original idea was to, when possible, show a bit of the left and right off-screen columns, so that they can be clicked and moved to. However, this is more easily and reliably achieved by just setting the left and right margins to a greater value than horizontal gaps.

If no one complains, I'll remove the feature soon.