dwm

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

commit 06a1887e3862e0878b9224c45df9775603cb658f
parent cd02e64887590ebc10ef31aa99909d1d7be27e19
Author: Hayden Hamilton <hayden@haydenvh.com>
Date:   Wed, 26 Feb 2020 20:49:45 +0000

typo

Diffstat:
Mconfig.h | 2+-
Adrw.o | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -61,7 +61,7 @@ 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_left[] = { "rfeh", ".wallpapers/", "auto", "right", NULL }; +static const char *rfeh_right[] = { "rfeh", ".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 }; diff --git a/drw.o b/drw.o Binary files differ.