birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5459a301ae875fa2c0d73f3ea191d26602e24ae9
parent 4b797acf3b3a70ad4dc0ce0fa6ed5e35cd548d84
Author: grouse <bdmfegys@duck.com>
Date:   Mon, 11 Mar 2024 17:39:52 -0400

add helpful comment to wallpaper variables

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -127,6 +127,7 @@ static const char *screenshotcmd[] = { "screenshot" }; /* screenshot command */ /*static const char *wallpaper[] = { "nsxiv", "-t", "/home/tetraonini/Pictures/wallpapers/\*.png", NULL }; */ /*static const char *wallpapergif[] = { "nsxiv", "-t", "/home/tetraonini/Pictures/wallpapers/gif/\*.gif", NULL }; */ //static const char *wallpaper[] = { "xwallpaper" }; /* calling wallpaper picker script, utilizes nsxiv */ +/* Wallpaper and Gif Directories */ #define WALLPAPERDIR "/home/example/dir" #define GIFDIR "/home/example/dir/gif" static const char *wallpaper[] = { "nsxiv", "-t", WALLPAPERDIR, NULL };