From 079c8af38fdca800fcef8f02f5309cad632532f8 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 1 Jun 2026 13:57:52 +0200 Subject: [PATCH] Changed some variables in Hyprland config --- modules/home-manager/Rice/Hyprland/hyprland.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/Rice/Hyprland/hyprland.nix b/modules/home-manager/Rice/Hyprland/hyprland.nix index a74cff6..d6856ff 100644 --- a/modules/home-manager/Rice/Hyprland/hyprland.nix +++ b/modules/home-manager/Rice/Hyprland/hyprland.nix @@ -28,10 +28,11 @@ in "$browser" = "zen"; "$screenShot" = "hyprshot -m region -o ~/Pictures/Screenshots"; "$sync" = "syncthing --no-browser"; + "$dLauncher" = "$launcher"; # Todo : Add a notification daemon exec-once = [ - "hyprlauncher" + "$dLauncher" "systemctl --user start hyprpolkitagent" "awww-daemon" "$sync" @@ -77,7 +78,7 @@ in "$mod, Q, killactive" "$mod, RETURN, exec, $term" "$mod, M, exit" - "$mod, R, exec, $launcher" + "$mod, R, exec, $dLauncher" "$mod SHIFT, F, exec, $browser" "$mod, E, exec, $fileManager" "$mod, F, fullscreen"