From 29c4cf4a15bc5fa97ba746b03a5e334f989c645e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 04:59:06 +0000 Subject: add the activate action. it will replace the focus action, as it can just focus without raising now (or without unshading) --- openbox/actions/all.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/actions/all.c') diff --git a/openbox/actions/all.c b/openbox/actions/all.c index d60693b4..a8cf305f 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -10,4 +10,5 @@ void action_all_startup() action_exit_startup(); action_restart_startup(); action_cyclewindows_startup(); + action_activate_startup(); } -- cgit v1.2.3