From b287e55cb3744723c42a898d670508e0dcd7a3b8 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 30 Sep 2024 16:25:20 -0500 Subject: [PATCH] hyprland: disable hotspot_padding Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index f97b44a..8d2e1a1 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -197,7 +197,7 @@ in { # https://wiki.hyprland.org/Configuring/Variables/#cursor cursor = { hide_on_key_press = true; - hotspot_padding = 10; + #// hotspot_padding = 10; #// min_refresh_rate = 60; # !! Hardware dependent #// no_break_fs_vrr = true; #// no_hardware_cursors = true;