diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 3fee08f..c0cd93e 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -349,8 +349,8 @@ in { }; input = { - kb_layout = "us"; - kb_options = "caps:escape"; + kb_layout = "us,hr"; + kb_options = "caps:escape,grp:alt_space_toggle"; accel_profile = "flat"; }; @@ -371,6 +371,8 @@ in { "$mod, D, exec, tofi-run | xargs hyprctl dispatch exec --" "$mod SHIFT, D, exec, tofi-drun | xargs hyprctl dispatch exec --" + "$mod, F, fullscreen" + "$mod SHIFT, L, exec, hyprlock --immediate" "$mod, G, exec, ${hyprgamemode}/bin/gamemode"