make the maximize item toggle maximized
This commit is contained in:
parent
9e85e930da
commit
79c9910207
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ void plugin_startup()
|
|||
acts = g_slist_prepend(NULL, action_from_string("Iconify"));
|
||||
menu_add_normal(CLIENT_MENU_NAME, CLIENT_ICONIFY, _("Iconify"), acts);
|
||||
|
||||
acts = g_slist_prepend(NULL, action_from_string("MaximizeFull"));
|
||||
acts = g_slist_prepend(NULL, action_from_string("ToggleMaximizeFull"));
|
||||
menu_add_normal(CLIENT_MENU_NAME, CLIENT_MAXIMIZE, _("Maximize"), acts);
|
||||
|
||||
acts = g_slist_prepend(NULL, action_from_string("Raise"));
|
||||
|
|
Loading…
Reference in a new issue