noice

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

commit d330033c4f2c0fb219f1e65a5e40042af34f9120
parent 5999cef3967293c53faca42941e6090f4fd99e28
Author: sin <sin@2f30.org>
Date:   Tue, 21 Oct 2014 11:35:08 +0100

Move some more config params to config.def.h

Diffstat:
Mconfig.def.h | 5++++-
Mnoice.c | 4----
2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,4 +1,7 @@ -/* Configuration */ +#define CWD "cwd: " +#define CURSR " > " +#define EMPTY " " + struct assoc assocs[] = { { "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" }, { "\\.(png|jpg|gif)$", "feh" }, diff --git a/noice.c b/noice.c @@ -58,10 +58,6 @@ struct history { SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead); -#define CWD "cwd: " -#define CURSR " > " -#define EMPTY " " - /* * Layout: * .---------