birdwm

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

commit 72ad8b62450ac9267f1284c766b679b14fd00a6d
parent c968bc998eb4ed2ef85025eefe412ce871efa640
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun, 28 Apr 2024 14:01:51 -0400

config.mk: add wallpaper and gif wallpaper directory variables

Diffstat:
Mconfig.mk | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/config.mk b/config.mk @@ -14,6 +14,10 @@ X11LIB = /usr/X11R6/lib XINERAMALIBS = -lXinerama XINERAMAFLAGS = -DXINERAMA +# Wallpaper folder location, for wallpaper script: +WALLPAPERDIR = Pictures/wallpapers +GIFDIR = ${WALLPAPERDIR}/gif + # freetype FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2