From 50738ec472b0fcaf7dbaac0d0c4631cf7d442628 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Thu, 22 May 2025 14:17:55 +0200 Subject: [PATCH] feat: Remove xdg open since it xdg opens --- modules/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 3a34e7c..e414b21 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -19,7 +19,7 @@ "SUPERCTRLALTSHIFT, L, exec, brave https://linkedin.com" "$mod, return, exec, alacritty" "$mod,E,exec,nautilus" - "$mod,D,exec,killall -q rofi; rofi -show drun -p 'Search...' | xargs -I{} xdg-open https://duckduckgo.com/?q={}" + "$mod,D,exec,killall -q rofi; rofi -show drun" "$mod,Period,exec,killall -q rofi; rofi -show emoji" "$mod, P,exec,rofi-pass" "$mod SHIFT,R,exec,hyprctl reload"