mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 00:39:27 -05:00
7 lines
106 B
QML
7 lines
106 B
QML
import QtQuick
|
|
|
|
Flickable {
|
|
maximumFlickVelocity: 3500
|
|
boundsBehavior: Flickable.DragOverBounds
|
|
}
|