summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-14 09:17:39 -0400
committerDana Jansens <danakj@orodu.net>2007-07-14 09:17:39 -0400
commit27a0f0f4c99bab0ceaa496f14c7498b230fcab25 (patch)
tree94c9167c4b0a406b66aeb80d4b3c06dda1dce57e /openbox/actions/all.c
parentbc2c2bc3f08ba8b40db10761650633d9de7f1753 (diff)
split the focustobottom action back out from unfocus
Diffstat (limited to 'openbox/actions/all.c')
-rw-r--r--openbox/actions/all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index 430d781d..06858c05 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -37,4 +37,5 @@ void action_all_startup()
action_movetoedge_startup();
action_growtoedge_startup();
action_if_startup();
+ action_focustobottom_startup();
}