diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-24 21:48:33 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-24 21:48:33 +0100 |
| commit | bbd6d152e7f22013d10572985784ea4f5fb7d013 (patch) | |
| tree | bc1cf5a7a577d66a5243de13f507e15f6d683bcf /config.hpp | |
| parent | 19b7700c4907ba24401741dc98f83c81d4b213d0 (diff) | |
make it work
Diffstat (limited to 'config.hpp')
| -rw-r--r-- | config.hpp | 4 |
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; |