commit 08ba351b27eb2185ecb8a23d5cd7ede32de78fab
parent aa58465db3fac7b533f0f64c6903c94ce4b6f925
Author: grouse <bdmfegys@duck.com>
Date: Mon, 11 Mar 2024 18:09:03 -0400
remove unused commented line, used for development
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -135,7 +135,6 @@ static const char *termcmd[] = { "birdterm", NULL };
#define WALLPAPERDIR "/home/example/dir"
#define GIFDIR "/home/example/dir/gif"
static const char *wallpaper[] = { "nsxiv", "-t", WALLPAPERDIR, NULL };
-//nsxiv -t $HOME/Pictures/wallpapers
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 */