noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit e139b27c273b9542d9891e2a7f2395cfa9ff50ad
parent 237f8a910e96ca9b6a7f4c9438010e7995797ac1
Author: sin <sin@2f30.org>
Date:   Fri, 23 Aug 2019 10:59:58 +0100

Fix comment

Diffstat:
Mnoice.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/noice.c b/noice.c @@ -55,7 +55,7 @@ struct key { int sym; /* Key pressed */ enum action act; /* Action */ char *run; /* Program to run */ - char *env; /* Environment variable to run */ + char *env; /* Environment variable override */ }; #include "noiceconf.h"