diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:09:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:09:57 +0000 |
| commit | 6c5f6ed1f5d501c79977a55c0f2430ebdd32ef6c (patch) | |
| tree | a597f90dd3de04e455a0942f79307dcb65428caa /openbox/actions/all.c | |
| parent | d642be361fde438e2b29b7374b4d6465f47ad9e9 (diff) | |
remove the activate action, make the focus action "activate" but not raise or unshade
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index a65d76b5..71e439e6 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -10,8 +10,8 @@ void action_all_startup() action_exit_startup(); action_restart_startup(); action_cyclewindows_startup(); - action_activate_startup(); action_breakchroot_startup(); action_close_startup(); action_move_startup(); + action_focus_startup(); } |
