feat(hypr): adjust some config values
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ecbabde0bd
commit
42d8107399
2 changed files with 1 additions and 2 deletions
|
@ -185,7 +185,6 @@ in {
|
||||||
misc = {
|
misc = {
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
disable_splash_rendering = true;
|
disable_splash_rendering = true;
|
||||||
initial_workspace_tracking = 2; # persistent (all children too)
|
|
||||||
vfr = true;
|
vfr = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ in {
|
||||||
kb_layout = xkb.layout;
|
kb_layout = xkb.layout;
|
||||||
kb_variant = xkb.variant;
|
kb_variant = xkb.variant;
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
repeat_rate = 100;
|
repeat_rate = 50;
|
||||||
|
|
||||||
# Mouse
|
# Mouse
|
||||||
follow_mouse = true;
|
follow_mouse = true;
|
||||||
|
|
Loading…
Reference in a new issue