diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-01-08 21:41:18 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-01-08 21:41:18 +0100 |
| commit | 83c4ac37914c0059e8f4133933702ae3cc9fac62 (patch) | |
| tree | a64eded0aa8e2eb9a94be37a84e85e66561d971f | |
| parent | 2ff4f0b033db61de2beef286c612f3bfbd664056 (diff) | |
Add missing keyboard layout to hyprland
| -rw-r--r-- | roles/hyprland/templates/hyprland/input.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/hyprland/templates/hyprland/input.conf.j2 b/roles/hyprland/templates/hyprland/input.conf.j2 index 758635f6..6717bcab 100644 --- a/roles/hyprland/templates/hyprland/input.conf.j2 +++ b/roles/hyprland/templates/hyprland/input.conf.j2 @@ -1,7 +1,7 @@ # Control your input devices # See https://wiki.hypr.land/Configuring/Variables/#input input { - kb_layout = us + kb_layout = us,de # Change speed of keyboard repeat repeat_rate = 40 |
