From a2343afb80ca2c545168ecb3f4587b3ad801da11 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 9 Feb 2026 14:15:22 +0100 Subject: [PATCH] Added a auth agent --- modules/home-manager/Hyprland/hyprland.nix | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/Hyprland/hyprland.nix b/modules/home-manager/Hyprland/hyprland.nix index a9895fa..20538d8 100644 --- a/modules/home-manager/Hyprland/hyprland.nix +++ b/modules/home-manager/Hyprland/hyprland.nix @@ -27,6 +27,7 @@ in "fileManager" = "dolphin"; "$browser" = "zen"; "$screenShot" = "hyprshot -m region"; + # Todo : Add a notification daemon exec-once = [ "hyprlauncher" @@ -100,6 +101,16 @@ in ", XF86AudioMute, exec, VolumeManager mute" ]; + # Layout config + general = { + layout = "dwindle"; + }; + + dwindle = { + force_split = 0; + preserve_split = true; + }; + }; }; @@ -117,7 +128,6 @@ in # Hypr* ecosystem hyprlauncher hyprshot + hyprpolkitagent ]; - - }