mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
action: support SendToDesktop 'follow' option
Make follow 'true' by default as per Openbox 3.6 specification. Note: this is an interface change. Fixes: issue #841
This commit is contained in:
parent
bdf6e13881
commit
33b98b19aa
6 changed files with 67 additions and 17 deletions
|
|
@ -120,6 +120,11 @@ fill_keybind(char *nodename, char *content)
|
|||
wlr_log(WLR_ERROR, "expect <action name=\"\"> element first. "
|
||||
"nodename: '%s' content: '%s'", nodename, content);
|
||||
} else {
|
||||
/*
|
||||
* Here we deal with action sub-elements such as <to>, <output>,
|
||||
* <region>, <direction> and so on. This is common to key- and
|
||||
* mousebinds.
|
||||
*/
|
||||
action_arg_from_xml_node(current_keybind_action, nodename, content);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue