commit 1b3cdbc

Michael Forney  ·  2014-01-26 02:40:32 +0000 UTC
parent 18cfa42
example: Fix dmenu run command
1 files changed,  +1, -1
+1, -1
1@@ -44,7 +44,7 @@ struct window
2 };
3 
4 static const char * terminal_command[] = { "st-wl", NULL };
5-static const char * dmenu_command[] = { "dmenu-wl", NULL };
6+static const char * dmenu_command[] = { "dmenu_run-wl", NULL };
7 static const uint32_t border_width = 1;
8 static const uint32_t border_color_active = 0xff333388;
9 static const uint32_t border_color_normal = 0xff888888;