diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-21 00:26:41 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-21 00:26:41 +0100 |
commit | 401767c9f3370752e3aa0161daedc2de415c15d4 (patch) | |
tree | b308e9f7544c681677b0d4b6c0f5b0ea9f74ebfc /.config/hypr | |
parent | 23faf3896ea0cee6b572713d933de558a7b8c2f3 (diff) |
Hyprland: Hide fuzzel logs and show actions
Diffstat (limited to '.config/hypr')
-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 1f818ae..d1a5a67 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -89,7 +89,7 @@ bind = $modkey, P, exec, exec vlt get 2>/dev/null bind = $modkey, U, exec, exec uni 2>/dev/null bind = $modkey, W, exec, exec firefox bind = $modkey, X, exec, exec chkb 2>/dev/null -bind = $modkey, Space, exec, exec fuzzel +bind = $modkey, Space, exec, exec fuzzel --log-level=warning --show-actions bind = $modkey, Return, exec, exec foot bind = , Print, exec, exec scst 2>/dev/null bind = SHIFT, Print, exec, exec scst -f 2>/dev/null |