aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2021-11-16 12:46:26 +0530
committersinanmohd <pcmsinan@gmail.com>2023-01-11 18:39:55 +0530
commitcc5768c1af35fe06b158770ea407d2820f5d855a (patch)
treef35d53e269949a48c8919be20de55ec985b01fdf
parentdee204c48e5c926913f280d1b09458079dab9117 (diff)
make nnn use the terminal color scheme
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 };