X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fall.c;h=d60693b4d08ee70b05ebf5d33bbbb2628cea2d67;hb=fbc7607fbd1a380428a53094e727ac7631871bd4;hp=09eae59afbaeaf034618641ac4332099c0f42e55;hpb=9dacac5e5e6b9ed86e76680b048bc227d8866ac6;p=chaz%2Fopenbox diff --git a/openbox/actions/all.c b/openbox/actions/all.c index 09eae59a..d60693b4 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -4,4 +4,10 @@ void action_all_startup() { action_execute_startup(); action_debug_startup(); + action_showmenu_startup(); + action_showdesktop_startup(); + action_reconfigure_startup(); + action_exit_startup(); + action_restart_startup(); + action_cyclewindows_startup(); }