From: tokyo4j Date: Wed, 13 Aug 2025 15:08:06 +0000 (+0900) Subject: menu: fix client-send-to-menu X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=2a039d4f241a81f4b7de6a7f4a00cde7c1ca0752;p=proto%2Flabwc.git menu: fix client-send-to-menu Fixes 17d66e5 --- diff --git a/src/menu/menu.c b/src/menu/menu.c index 8ceb92b6..0009861d 100644 --- a/src/menu/menu.c +++ b/src/menu/menu.c @@ -851,7 +851,7 @@ update_client_send_to_menu(struct server *server) NULL, /*show arrow*/ false); struct action *action = item_add_action(item, "SendToDesktop"); - action_arg_add_str(action, "to", "name"); + action_arg_add_str(action, "to", workspace->name); buf_clear(&buf); }