]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add a reconfigure action, also reconfigure on SIGUSR2.
[chaz/openbox] / openbox / action.c
index f037944eba175c5f68ac3f7cba203969853f0de0..b4ec216b118f64678b26dbd6c3cb32458c2767d3 100644 (file)
@@ -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);
This page took 0.022516 seconds and 4 git commands to generate.