X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.c;h=b4ec216b118f64678b26dbd6c3cb32458c2767d3;hb=806a8c411f10c7a2292bfac15d77c8609f56ee71;hp=f037944eba175c5f68ac3f7cba203969853f0de0;hpb=40902496a01b21b950f3672bf2ae9e100ba9b95c;p=chaz%2Fopenbox diff --git a/openbox/action.c b/openbox/action.c index f037944e..b4ec216b 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -600,6 +600,11 @@ ActionString actionstrings[] = action_desktop_last, NULL }, + { + "reconfigure", + action_reconfigure, + NULL + }, { "restart", action_restart, @@ -1094,6 +1099,11 @@ void action_moveresize(union ActionData *data) data->moveresize.button, data->moveresize.corner); } +void action_reconfigure(union ActionData *data) +{ + ob_reconfigure(); +} + void action_restart(union ActionData *data) { ob_restart_other(data->execute.path);