aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.def.h5
-rw-r--r--noice.c4
2 files changed, 4 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index cebb942..e7af17f 100644
--- 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
index 3845980..22bec3b 100644
--- 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:
* .---------