Move some more config params to config.def.h

This commit is contained in:
sin 2014-10-21 11:35:08 +01:00
parent 5999cef396
commit d330033c4f
2 changed files with 4 additions and 5 deletions

View File

@ -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" },

View File

@ -58,10 +58,6 @@ struct history {
SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "
/*
* Layout:
* .---------