diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-26 13:21:21 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-26 13:21:21 +0100 |
| commit | f2789d97506380d7f4f2b9013b496a1b6e90e29c (patch) | |
| tree | f9aa78c3d2ed82bde1d8d5e63a90c15e94202fd7 /.config/hypr | |
| parent | 1545fb3601d69fb38e233c4da12e5da981ed65f4 (diff) | |
Hyprland: Default to the Mango(Swedish) layout
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/hyprland.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 6e1d85c..17631ff 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -19,7 +19,7 @@ input { accel_profile = "adaptive" follow_mouse = 1 kb_layout = mango, mango, mango, us - kb_variant = basic, swedish, german, basic + kb_variant = swedish, basic, german, basic kb_options = lv3:switch,compose:ralt repeat_delay = 360 # 180 repeat_rate = 35 |