diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 16:18:26 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 16:18:26 +0100 |
| commit | 4cca3337d2f48ae69061e7ae3e9389e24dd9cd09 (patch) | |
| tree | aed62d286426d57adc56f4b6db637df436d6e97d /config.hpp | |
| parent | 0ca0d75ffe8dc136e02f7484e2352a1bb1cad8a0 (diff) | |
move dmenu to bottom
Diffstat (limited to 'config.hpp')
| -rw-r--r-- | config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |