mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 11:35:11 +02:00
11 lines
398 B
Diff
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;
|