mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-03 16:21:02 +10:00
7 lines
106 B
QML
7 lines
106 B
QML
import QtQuick
|
|
|
|
Flickable {
|
|
maximumFlickVelocity: 3500
|
|
boundsBehavior: Flickable.DragOverBounds
|
|
}
|