From cc5768c1af35fe06b158770ea407d2820f5d855a Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 16 Nov 2021 12:46:26 +0530 Subject: make nnn use the terminal color scheme --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index dbe468d..6e1369c 100644 --- a/config.def.h +++ b/config.def.h @@ -68,7 +68,7 @@ static const char *termcmd[] = { "st", NULL }; static const char *scrnlock[] = { "slock", NULL }; static const char *scrnshot[] = { "scst", NULL }; static const char *scrnshotsel[] = { "scst", "s", NULL }; -static const char *nnnfm[] = { "st", "nnn", "-dec", NULL }; +static const char *nnnfm[] = { "st", "nnn", "-decC", NULL }; static const char *bluctl[] = { "bluctl", NULL }; static const char *dmsounds[] = { "dmsounds", NULL }; static const char *web[] = { "tabbed", "-c", "surf", "-e", NULL }; -- cgit v1.2.3