Files
zswm/src/config.c

10 lines
291 B
C
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#include "config.h"
#include <stdint.h>
#include <stdio.h>
/* 壁纸列表,支持通配符和 shell 环境变量拼接,最后以 NULL 结尾 */
const char *wallpager_list[] = {NULL};
/* 壁纸切换间隔单位0 表示不切换 */
const uint32_t wallpaper_interval = 0;