mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
workspaces: Add workspace actions
This commit is contained in:
parent
8c5157a098
commit
c93d625938
4 changed files with 39 additions and 0 deletions
|
|
@ -203,6 +203,8 @@ fill_item(char *nodename, char *content)
|
|||
* compatibility with old openbox-menu generators
|
||||
*/
|
||||
current_item_action->arg = strdup(content);
|
||||
} else if (!strcmp(nodename, "to.action")) {
|
||||
current_item_action->arg = strdup(content);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue