From 9605dcab1b76ebb25755d3bbbd7e08f2d4aa4711 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 23 Aug 2023 07:36:56 +0300 Subject: Hyprland: Close stderr for ‘vlt’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 c0b72b7..440cde9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -72,7 +72,7 @@ windowrule = center, title:^(ec)$ 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 vlt +bind = $modkey, P, exec, exec vlt 2>/dev/null bind = $modkey, Q, killactive, bind = $modkey, W, exec, exec firefox bind = $modkey, return, exec, exec foot -- cgit v1.2.3