X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fall.c;h=71e439e6a76df65e7b6846c2c1afa3b8881f204c;hb=6c5f6ed1f5d501c79977a55c0f2430ebdd32ef6c;hp=141fd12e5401998a1c7d19909dfa7be5b03ac724;hpb=58d8b90122b33f608b5c4c5b91d15207eb2cecf1;p=chaz%2Fopenbox diff --git a/openbox/actions/all.c b/openbox/actions/all.c index 141fd12e..71e439e6 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -9,4 +9,9 @@ void action_all_startup() action_reconfigure_startup(); action_exit_startup(); action_restart_startup(); + action_cyclewindows_startup(); + action_breakchroot_startup(); + action_close_startup(); + action_move_startup(); + action_focus_startup(); }