remove the activate action, make the focus action "activate" but not raise or unshade
[dana/openbox-history.git] / 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 }