void-packages/srcpkgs/swc-git/patches/0001-wl-terminal.diff
2014-11-30 12:00:36 +01:00

11 lines
398 B
Diff

--- example/wm.c.orig
+++ example/wm.c
@@ -43,7 +43,7 @@ struct window
struct wl_list link;
};
-static const char * terminal_command[] = { "st-wl", NULL };
+static const char * terminal_command[] = { "weston-terminal", 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;