From 8aed7f06f17ec32661b8644b8ee255b1a9205af9 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 6 Oct 2024 10:44:48 -0500 Subject: [PATCH] hyprland: use custom gap for hotspot 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 ee21715..13e86bf 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 = config.custom.gap; #// min_refresh_rate = 60; # !! Hardware dependent #// no_break_fs_vrr = true; #// no_hardware_cursors = true;