fix(ahrc-pc): Hyprland keyboard layout
This commit is contained in:
parent
771055c65d
commit
539866bee0
3 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
blur.enabled = false;
|
||||
};
|
||||
gestures.workspace_swipe = true;
|
||||
input.kb_layout = "fr";
|
||||
input.touchpad = {
|
||||
disable_while_typing = false;
|
||||
natural_scroll = true;
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
drop_shadow = true;
|
||||
blur.enabled = true;
|
||||
};
|
||||
input.kb_layout = "us";
|
||||
gestures.workspace_swipe = false;
|
||||
misc.animate_manual_resizes = true;
|
||||
};
|
||||
|
|
|
@ -191,7 +191,6 @@
|
|||
no_focus_fallback = true;
|
||||
};
|
||||
input = {
|
||||
kb_layout = "fr";
|
||||
numlock_by_default = true;
|
||||
repeat_rate = 75;
|
||||
repeat_delay = 300;
|
||||
|
|
Loading…
Reference in a new issue