Просмотр исходного кода

Move mtimeorder to config.def.h

master
sin 10 лет назад
Родитель
Сommit
162922b984
2 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -0
      config.def.h
  2. +0
    -2
      noice.c

+ 2
- 0
config.def.h Просмотреть файл

@@ -2,6 +2,8 @@
#define CURSR " > "
#define EMPTY " "

int mtimeorder = 0; /* set to 1 to sort by time in the default case */

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


+ 0
- 2
noice.c Просмотреть файл

@@ -72,8 +72,6 @@ struct entry {
time_t t;
};

int mtimeorder;

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


Загрузка…
Отмена
Сохранить