all repos — openbox @ 0401e73fb8330a0033f36fca2a18f9df0e418cba

openbox fork - make it a bit more like ryudo

moev showdesktop back to ToggleShowDesktop
Dana Jansens danakj@orodu.net
commit

0401e73fb8330a0033f36fca2a18f9df0e418cba

parent

6689ad2320ecb7856f5277acb73b6df213fa98c4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/actions/showdesktop.copenbox/actions/showdesktop.c

@@ -5,7 +5,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);

void action_showdesktop_startup() { - actions_register("ShowDesktop", + actions_register("ToggleShowDesktop", NULL, NULL, run_func, NULL, NULL);