From 945ecdba10f31c344c130233eee32f7cb16a86c4 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 14 Sep 2024 19:58:17 -0500 Subject: [PATCH] hyprland: hide cursor on key press Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index d8b55e2..1ec1151 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -197,6 +197,7 @@ in { # https://wiki.hyprland.org/Configuring/Variables/#cursor cursor = { + hide_on_key_press = true; hotspot_padding = 10; min_refresh_rate = 60; # !! Hardware dependent no_break_fs_vrr = true;