Added interactions into config

This commit is contained in:
2026-05-11 23:39:17 -04:00
parent e4ee6c6caa
commit a51a1c82dc

View File

@@ -45,6 +45,18 @@ Singleton {
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 int height: 45
property bool bottom: false // Instead of top