mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-18 19:00:57 +10:00
fix weirdass scroll speed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import QtQuick
|
||||
|
||||
Flickable {
|
||||
maximumFlickVelocity: 3500
|
||||
boundsBehavior: Flickable.DragOverBounds
|
||||
}
|
||||
Reference in New Issue
Block a user