mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 15:29:27 -05:00
hyprland dead edge problem: use old hyprland hotspot padding
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user