add lower and raiselower actions
[dana/openbox-history.git] / openbox / actions / all.c
index 4bc4814..c4edc5c 100644 (file)
@@ -15,4 +15,6 @@ void action_all_startup()
     action_move_startup();
     action_focus_startup();
     action_raise_startup();
+    action_lower_startup();
+    action_raiselower_startup();
 }