Browse Source

Move some more config params to config.def.h

master
sin 10 years ago
parent
commit
d330033c4f
2 changed files with 4 additions and 5 deletions
  1. +4
    -1
      config.def.h
  2. +0
    -4
      noice.c

+ 4
- 1
config.def.h View File

@@ -1,4 +1,7 @@
/* Configuration */ #define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "

struct assoc assocs[] = { struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" }, { "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
{ "\\.(png|jpg|gif)$", "feh" }, { "\\.(png|jpg|gif)$", "feh" },


+ 0
- 4
noice.c View File

@@ -58,10 +58,6 @@ struct history {


SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead); SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);


#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "

/* /*
* Layout: * Layout:
* .--------- * .---------


||||||
x
 
000:0
Loading…
Cancel
Save