*<action name="Raise">*
Restack the current window above other open windows.
+*<action name="Lower">*
+ Restack the current window below other open windows.
+
*<action name="Iconify">*
Iconify (minimize) focused window.
ACTION_TYPE_ICONIFY,
ACTION_TYPE_MOVE,
ACTION_TYPE_RAISE,
+ ACTION_TYPE_LOWER,
ACTION_TYPE_RESIZE,
ACTION_TYPE_GO_TO_DESKTOP,
ACTION_TYPE_SEND_TO_DESKTOP,
"Iconify",
"Move",
"Raise",
+ "Lower",
"Resize",
"GoToDesktop",
"SendToDesktop",
desktop_move_to_front(view);
}
break;
+ case ACTION_TYPE_LOWER:
+ if (view) {
+ desktop_move_to_back(view);
+ }
+ break;
case ACTION_TYPE_RESIZE:
if (view) {
interactive_begin(view, LAB_INPUT_STATE_RESIZE,