Added interactions into config
This commit is contained in:
@@ -45,6 +45,18 @@ Singleton {
|
|||||||
property string thumbnailPath: ""
|
property string thumbnailPath: ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
property JsonObject interactions: JsonObject {
|
||||||
|
property JsonObject scrolling: JsonObject {
|
||||||
|
property bool fasterTouchpadScroll: false // Enable faster scrolling with touchpad
|
||||||
|
property int mouseScrollDeltaThreshold: 120 // delta >= this then it gets detected as mouse scroll rather than touchpad
|
||||||
|
property int mouseScrollFactor: 120
|
||||||
|
property int touchpadScrollFactor: 450
|
||||||
|
}
|
||||||
|
property JsonObject deadPixelWorkaround: JsonObject { // Hyprland leaves out 1 pixel on the right for interactions
|
||||||
|
property bool enable: false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
property JsonObject bar: JsonObject {
|
property JsonObject bar: JsonObject {
|
||||||
property int height: 45
|
property int height: 45
|
||||||
property bool bottom: false // Instead of top
|
property bool bottom: false // Instead of top
|
||||||
|
|||||||
Reference in New Issue
Block a user