workaround for hyprland's 1px dead right edge

This commit is contained in:
end-4
2025-09-11 15:48:44 +02:00
parent 1999f17443
commit 6118589248
4 changed files with 23 additions and 1 deletions
@@ -226,6 +226,9 @@ Singleton {
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: true
}
}
property JsonObject language: JsonObject {