aboutsummaryrefslogtreecommitdiff
path: root/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.hpp')
-rw-r--r--config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hpp b/config.hpp
index c826063..7504719 100644
--- a/config.hpp
+++ b/config.hpp
@@ -1,7 +1,7 @@
const bool enable_smooth_scrollig = true;
const char search_engine[] = "https://searx.org/search?q=";
-const char dmenu_args[] = "-s 0";
+const char dmenu_args[] = "-s 0 -b";
const unsigned scroll_speed = 100;
#define MODIFIER Qt::ALT