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 | d9fb46a80f00e531dbb77d2403bde9aea13bfe75 (patch) | |
| tree | a64eded0aa8e2eb9a94be37a84e85e66561d971f /roles/hyprland | |
| parent | 65ae4731b4e7624ae35aba10c97e7f03712f1139 (diff) | |
Add missing keyboard layout to hyprland
Diffstat (limited to 'roles/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 |
