From bbd6d152e7f22013d10572985784ea4f5fb7d013 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 24 Jan 2023 21:48:33 +0100 Subject: make it work --- config.hpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.hpp (limited to 'config.hpp') diff --git a/config.hpp b/config.hpp new file mode 100644 index 0000000..e9c9fa1 --- /dev/null +++ b/config.hpp @@ -0,0 +1,4 @@ +const bool enable_smooth_scrollig = true; +const char search_engine[] = "https://searx.org/?q="; +const char dmenu_args[] = "-s 0"; +const unsigned scroll_speed = 100; -- cgit v1.2.3-70-g09d2