fix(ahrc-pc): Hyprland keyboard layout

This commit is contained in:
Ahurac 2024-10-01 18:39:03 +02:00
parent 771055c65d
commit 539866bee0
3 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@
blur.enabled = false; blur.enabled = false;
}; };
gestures.workspace_swipe = true; gestures.workspace_swipe = true;
input.kb_layout = "fr";
input.touchpad = { input.touchpad = {
disable_while_typing = false; disable_while_typing = false;
natural_scroll = true; natural_scroll = true;

View file

@ -25,6 +25,7 @@
drop_shadow = true; drop_shadow = true;
blur.enabled = true; blur.enabled = true;
}; };
input.kb_layout = "us";
gestures.workspace_swipe = false; gestures.workspace_swipe = false;
misc.animate_manual_resizes = true; misc.animate_manual_resizes = true;
}; };

View file

@ -191,7 +191,6 @@
no_focus_fallback = true; no_focus_fallback = true;
}; };
input = { input = {
kb_layout = "fr";
numlock_by_default = true; numlock_by_default = true;
repeat_rate = 75; repeat_rate = 75;
repeat_delay = 300; repeat_delay = 300;