swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 1b3cdbc4139f78a5f6e657786dae3353b7ffb41a
parent 18cfa42c38e95a09374f091baf6678f3613b90e1
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 25 Jan 2014 18:40:32 -0800

example: Fix dmenu run command

Diffstat:
Mexample/wm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/wm.c b/example/wm.c @@ -44,7 +44,7 @@ struct window }; static const char * terminal_command[] = { "st-wl", NULL }; -static const char * dmenu_command[] = { "dmenu-wl", NULL }; +static const char * dmenu_command[] = { "dmenu_run-wl", NULL }; static const uint32_t border_width = 1; static const uint32_t border_color_active = 0xff333388; static const uint32_t border_color_normal = 0xff888888;