From 65a3580927df7f038545e5dab241b0964c7e768a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 27 Jun 2025 10:01:29 -0700 Subject: [PATCH] Suggest how to use multiple keyboard layouts with alt+space to toggle --- config/hypr/hyprland.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 9182b2d..dc5bd78 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -41,3 +41,9 @@ bind = SUPER, Y, exec, $webapp="https://youtube.com/" bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/" bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" + +# Use multiple keyboard layouts and switch between them with Alt + Space +# input { +# kb_layout = us,dk +# kb_options = compose:caps,grp:alt_space_toggle +# }