diff --git a/hosts/common/configs/user/gui/hyprland/default.nix b/hosts/common/configs/user/gui/hyprland/default.nix index d332465..97b12d6 100644 --- a/hosts/common/configs/user/gui/hyprland/default.nix +++ b/hosts/common/configs/user/gui/hyprland/default.nix @@ -141,6 +141,11 @@ popups = true; }; + cursor = { + inactive_timeout = 3; + hide_on_key_press = true; + }; + input.touchpad.natural_scroll = true; xwayland.force_zero_scaling = true;