aboutsummaryrefslogtreecommitdiff
path: root/config.hpp
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-01-27 16:27:22 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-01-27 16:27:22 +0100
commit21dada59c2510cc7b040ff812108dff4fd04a06e (patch)
tree0852413c239c030e1a19fd5761172887aee2fdac /config.hpp
parent4cca3337d2f48ae69061e7ae3e9389e24dd9cd09 (diff)
move smooth scrolling to environment
Diffstat (limited to 'config.hpp')
-rw-r--r--config.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.hpp b/config.hpp
index 7504719..8c57e2d 100644
--- a/config.hpp
+++ b/config.hpp
@@ -1,5 +1,4 @@
-const bool enable_smooth_scrollig = true;
const char search_engine[] = "https://searx.org/search?q=";
const char dmenu_args[] = "-s 0 -b";
const unsigned scroll_speed = 100;