aboutsummaryrefslogtreecommitdiff
path: root/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.hpp')
-rw-r--r--config.hpp4
1 files changed, 4 insertions, 0 deletions
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;