From 608e5b5306c1ca188960fd1d2a247776d9c2d08e Mon Sep 17 00:00:00 2001 From: justsaumit Date: Wed, 2 Mar 2022 12:51:31 +0530 Subject: navhistory patch --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 4962f01..eedb917 100644 --- a/config.h +++ b/config.h @@ -17,6 +17,8 @@ static const char *colors[SchemeLast][2] = { }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; +static unsigned int maxhist = 64; +static int histnodup = 1; /* if 0, record repeated histories */ /* * Characters not considered part of a word while deleting words -- cgit v1.2.3