diff options
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index cbd9f137..64587f46 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -21,6 +21,9 @@ void action_all_startup() action_iconify_startup(); action_fullscreen_startup(); action_maximize_startup(); + action_maximizehorizontal_startup(); + action_maximizevertical_startup(); action_moveto_startup(); action_moverelative_startup(); + action_shade_startup(); } |
