X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fall.c;h=71e439e6a76df65e7b6846c2c1afa3b8881f204c;hb=6c5f6ed1f5d501c79977a55c0f2430ebdd32ef6c;hp=13068b7b6e45d86c861d02a93c3a470980e7749f;hpb=5d57a39b702a0f198c8a180a20058e3c82615523;p=chaz%2Fopenbox diff --git a/openbox/actions/all.c b/openbox/actions/all.c index 13068b7b..71e439e6 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -8,4 +8,10 @@ void action_all_startup() action_showdesktop_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(); }