diff options
author | sinanmohd <pcmsinan@gmail.com> | 2021-11-16 12:46:26 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-11 18:39:55 +0530 |
commit | cc5768c1af35fe06b158770ea407d2820f5d855a (patch) | |
tree | f35d53e269949a48c8919be20de55ec985b01fdf /config.def.h | |
parent | dee204c48e5c926913f280d1b09458079dab9117 (diff) |
make nnn use the terminal color scheme
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
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 }; |