forked from Shinonome/dots-hyprland
add config option to use "normal" scroll behavior (#1782)
This commit is contained in:
@@ -28,6 +28,7 @@ ListView {
|
||||
boundsBehavior: Flickable.DragOverBounds
|
||||
|
||||
MouseArea {
|
||||
visible: Config?.options.interactions.scrolling.fasterTouchpadScroll
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
onWheel: function(wheelEvent) {
|
||||
|
||||
Reference in New Issue
Block a user