From 42d81073995de5e34235294f3c2c497ac7532e64 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 15 Jun 2024 16:10:52 -0400 Subject: [PATCH] feat(hypr): adjust some config values --- modules/hyprland/default.nix | 1 - modules/hyprland/inputs.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;