feat(hypr): adjust some config values
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-06-15 16:10:52 -04:00
parent ecbabde0bd
commit 42d8107399
2 changed files with 1 additions and 2 deletions

View file

@ -185,7 +185,6 @@ in {
misc = {
disable_hyprland_logo = true;
disable_splash_rendering = true;
initial_workspace_tracking = 2; # persistent (all children too)
vfr = true;
};

View file

@ -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;