]> Dogcows Code - chaz/openbox/blob - openbox/actions/all.c
add the kill/close/cyclewindows actions
[chaz/openbox] / openbox / actions / all.c
1 #include "all.h"
2
3 void action_all_startup()
4 {
5 action_execute_startup();
6 action_debug_startup();
7 action_showmenu_startup();
8 action_showdesktop_startup();
9 action_reconfigure_startup();
10 action_exit_startup();
11 action_restart_startup();
12 action_cyclewindows_startup();
13 action_breakchroot_startup();
14 action_close_startup();
15 action_move_startup();
16 action_focus_startup();
17 action_raise_startup();
18 action_lower_startup();
19 action_raiselower_startup();
20 action_unfocus_startup();
21 action_iconify_startup();
22 action_fullscreen_startup();
23 action_maximize_startup();
24 action_maximizehorizontal_startup();
25 action_maximizevertical_startup();
26 action_moveto_startup();
27 action_moverelative_startup();
28 action_shade_startup();
29 action_kill_startup();
30 }
This page took 0.038074 seconds and 5 git commands to generate.