From d9fb46a80f00e531dbb77d2403bde9aea13bfe75 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 8 Jan 2026 21:41:18 +0100 Subject: Add missing keyboard layout to hyprland --- roles/hyprland/templates/hyprland/input.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3