diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 07:47:07 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 07:47:07 +0200 |
commit | a450f822982a6d9e2fb310133ae8138dcc8bf66b (patch) | |
tree | 9ced3f1e4f23269afaa174a7539030b5515376e1 | |
parent | 15ac54bd5a1683e398f0e566ebcbb7aa88c04166 (diff) |
Hyprland: Disable icons in Fuzzel (it’s too slow)
-rw-r--r-- | .config/hypr/hyprland.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index de1856f..d0a4acd 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -96,7 +96,7 @@ __bind(E, emacsclient -ca emacs) __bind(M, foot aerc) __bind(W, firefox) __bind(return, foot) -__bind(space, fuzzel --log-level=warning --show-actions) +__bind(space, fuzzel -I --log-level=warning --show-actions) __bind( , print, scst) __bind(SHIFT, print, scst -f) |