From 26753a5b98e63cfa1bea9d8bf927279aed0e3a8e Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Wed, 24 Sep 2025 18:29:37 +0300 Subject: [PATCH] hypr: add focus --- modules/user/patterns/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/user/patterns/hyprland.nix b/modules/user/patterns/hyprland.nix index 7ff4819..bce02a0 100644 --- a/modules/user/patterns/hyprland.nix +++ b/modules/user/patterns/hyprland.nix @@ -101,6 +101,10 @@ enable_stdout_logs = true; }; + misc = { + focus_on_activate = true; + }; + input = { kb_layout = "us,ru"; kb_options = "grp:caps_toggle";