X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fall.c;h=5610a487184696ac19a85d3eb9e37b1b7289cd3d;hb=c62fefb0677aaf4dd5f13fc91a0261711507fab8;hp=64587f466d480e553235654313c46fd04efeb256;hpb=d468f85300f2ec00daa08754f8e782c75a1f8590;p=chaz%2Fopenbox diff --git a/openbox/actions/all.c b/openbox/actions/all.c index 64587f46..5610a487 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -4,7 +4,7 @@ void action_all_startup() { action_execute_startup(); action_debug_startup(); - action_showmenu_startup(); + action_menu_startup(); action_showdesktop_startup(); action_reconfigure_startup(); action_exit_startup(); @@ -26,4 +26,13 @@ void action_all_startup() action_moveto_startup(); action_moverelative_startup(); action_shade_startup(); + action_kill_startup(); + action_omnipresent_startup(); + action_directionalcyclewindows_startup(); + action_directionaltargetwindow_startup(); + action_resize_startup(); + action_decorations_startup(); + action_desktop_startup(); + action_directionaldesktop_startup(); + action_resizerelative_startup(); }