diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-22 15:42:58 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-22 15:42:58 +0200 |
commit | 32afed113eac536c7c2a671e803e9891b4898561 (patch) | |
tree | 615cba3bb26fed4c5b8d584fab82c29cb9a06161 | |
parent | ea8650502c2b281eaaa13543d0e1f2b6a8cea2e5 (diff) |
Hyprland: Close stderr for wofi --show run
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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, |