hyprland dead edge problem: use old hyprland hotspot padding

This commit is contained in:
end-4
2025-09-13 22:55:18 +02:00
parent c39901e95d
commit a547ae6cf9
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
# MONITOR CONFIG
monitor=,preferred,auto,1,transform, 0
monitor=,preferred,auto,1
# monitor=,addreserved, 0, 0, 0, 0 # Custom reserved area
# HDMI port: mirror display. To see device name, use `hyprctl monitors`
@@ -156,6 +156,7 @@ binds {
cursor {
zoom_factor = 1
zoom_rigid = false
hotspot_padding = 1
}
# Overview
@@ -227,7 +227,7 @@ Singleton {
property int touchpadScrollFactor: 450
}
property JsonObject deadPixelWorkaround: JsonObject { // Hyprland leaves out 1 pixel on the right for interactions
property bool enable: true
property bool enable: false
}
}