解析壁纸配置
This commit is contained in:
6
src/config.c
Normal file
6
src/config.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* 壁纸列表,支持通配符和 shell 环境变量拼接,最后以 NULL 结尾 */
|
||||
const char *wallpager_list[] = {NULL};
|
||||
Reference in New Issue
Block a user