From 32afed113eac536c7c2a671e803e9891b4898561 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 22 Aug 2023 15:42:58 +0200 Subject: Hyprland: Close stderr for wofi --show run --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ac14cd0..dec9e03 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -70,7 +70,7 @@ windowrule = float, title:^(ec)$ windowrule = size 50% 50%, title:^(ec)$ windowrule = center, title:^(ec)$ -bind = $modkey, Space, exec, exec wofi --show run +bind = $modkey, Space, exec, exec wofi --show run 2>/dev/null bind = $modkey, E, exec, exec emacsclient -c -a emacs bind = $modkey, P, exec, exec vault bind = $modkey, Q, killactive, -- cgit v1.2.3