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"