summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-23 15:08:08 +0000
committerDana Jansens <danakj@orodu.net>2007-06-23 15:08:08 +0000
commitc15da849dd28565aa8ce19569ec1280961eb605d (patch)
tree6e84441d3d26de7e2acbc779246a9353883da092 /openbox/actions/all.c
parent7f50e04925e539dbe28997a6b07369d9f5cb43e3 (diff)
add moveto/fromedge actions
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 8219325d..d22a25fb 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -38,4 +38,5 @@ void action_all_startup()
action_addremovedesktop_startup();
action_dockautohide_startup();
action_layer_startup();
+ action_movetofromedge_startup();
}