From 9021673ab9c9b0c09765718cab2f267b2f3cf673 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 9 Feb 2025 21:13:46 +0100 Subject: [PATCH] Extend hyprland config. --- modules/home-manager/hyprland.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"