dwm

[fork] dynamic window manager
Log | Files | Refs | README | LICENSE

commit bdf733b27d80a22a5208bc06a7ed2f153993459c
parent d4b0f833ec54936dd73cbac915dd66cccfd1b29a
Author: Hayden Hamilton <hayden@haydenvh.com>
Date:   Wed, 25 Mar 2020 12:25:58 +0000

wallpapers

Diffstat:
Mconfig.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.h b/config.h @@ -61,9 +61,9 @@ static const char *dmenucmd[] = { "dmenu_run", NULL }; static const char *termcmd[] = { "st", NULL }; static const char *vimbcmd[] = { "tabbed", "-c", "vimb", "-e", NULL }; static const char *dmpvurlcmd[] = { "dmpvurl", "/tmp/mpv-socket", "/tmp/mpv-socket2", NULL }; -static const char *rfeh_[] = { "rfeh", ".wallpapers/", NULL }; -static const char *rfeh_left[] = { "rfeh", ".wallpapers/", "auto", "left", NULL }; -static const char *rfeh_right[] = { "rfeh", ".wallpapers/", "auto", "right", NULL }; +static const char *rfeh_[] = { "rfeh", "images/wallpapers/", NULL }; +static const char *rfeh_left[] = { "rfeh", "images/wallpapers/", "auto", "left", NULL }; +static const char *rfeh_right[] = { "rfeh", "images/wallpapers/", "auto", "right", NULL }; static const char *wallblur_[] = { "wallblur", NULL }; static const char *fehffile_[] = { "fehffile", ".cache/rfeh/prev", NULL }; static const char *rmpv_m[] = { "rmpv", "music/", "50", NULL };