commit 2cfd9e9ad20c7253ec8fe248bf28290737cc2eb2
parent 72ad8b62450ac9267f1284c766b679b14fd00a6d
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Sun, 28 Apr 2024 14:06:07 -0400
config.def.h: remove WALLPAPERDIR and GIFDIR definitions to be added via Makefile at compile time
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -125,8 +125,6 @@ static const char *dmenucmd[] = { "dmenu_run", "-i", NULL };
static const char *termcmd[] = { "kitty", NULL };
/* Wallpaper and Gif Directories */
-#define WALLPAPERDIR "/home/example/dir"
-#define GIFDIR "/home/example/dir/gif"
static const char *wallpaper[] = { "nsxiv", "-t", WALLPAPERDIR, NULL };
static const char *wallpapergif[] = { "nsxiv", "-t", GIFDIR, NULL }; /* calling gif wallpaper picker script, utilizes nsxiv */
static const char *restarter[] = { "restarter" }; /* dmenu script for restarting daemons and getting system info through dunst */