diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2022-02-18 22:13:59 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2022-02-18 22:13:59 +0530 |
commit | 6a86f0ac05a756c67be7d5ecae98e96e04c6232a (patch) | |
tree | f1a8c822d9dac7b8cd2d9490cb4d27f78e834b68 /tessen | |
parent | 99d97ddf8cdfbf6abdc247d8036d596a65602060 (diff) |
fix: don't spam the terminal when using fuzzel
when using fuzzel, it spams stdout with system information which isn't
needed or desired for tessen
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -536,7 +536,7 @@ validate_dmenu_backend() { ;; fuzzel) dmenu_backend="fuzzel" - dmenu_backend_opts=('-d') + dmenu_backend_opts=('-d' '--log-level=warning') ;; bemenu) dmenu_backend="bemenu" |