diff options
author | Moritz Luedecke <ritze@skweez.net> | 2017-09-23 15:47:15 +0200 |
---|---|---|
committer | Moritz Luedecke <ritze@skweez.net> | 2017-09-23 15:47:15 +0200 |
commit | f86118d3b6afc3300b1e71a354fc48dc2d0f0dad (patch) | |
tree | fd9912794e1a5c20b52596b92c03a2f15d1482c2 /config.h | |
parent | 9b545d86e1f5247fdf5b46701f1dcb8afac871b7 (diff) |
Disable buttom mode as default
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -static int bottom = 1; +static int bottom = 0; static int embedded = 0; static int minpwlen = 32; static int mon = -1; |