diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index 484010760..2c79a857f 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -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 diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index 2fc3d285b..d60dc6e53 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -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 } }