diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index ce97f9c..0ebb254 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -185,7 +185,6 @@ in { misc = { disable_hyprland_logo = true; disable_splash_rendering = true; - initial_workspace_tracking = 2; # persistent (all children too) vfr = true; }; diff --git a/modules/hyprland/inputs.nix b/modules/hyprland/inputs.nix index 8c035eb..688d963 100644 --- a/modules/hyprland/inputs.nix +++ b/modules/hyprland/inputs.nix @@ -30,7 +30,7 @@ in { kb_layout = xkb.layout; kb_variant = xkb.variant; numlock_by_default = true; - repeat_rate = 100; + repeat_rate = 50; # Mouse follow_mouse = true;