Fix alphabetization of commands array
This commit is contained in:
parent
83952c5201
commit
7f574c538d
|
@ -101,9 +101,9 @@ static struct cmd_handler handlers[] = {
|
|||
{ "client.focused_inactive", cmd_client_focused_inactive },
|
||||
{ "client.unfocused", cmd_client_unfocused },
|
||||
{ "client.urgent", cmd_client_urgent },
|
||||
{ "default_border", cmd_default_border },
|
||||
{ "exec", cmd_exec },
|
||||
{ "exec_always", cmd_exec_always },
|
||||
{ "default_border", cmd_default_border },
|
||||
{ "focus_follows_mouse", cmd_focus_follows_mouse },
|
||||
{ "for_window", cmd_for_window },
|
||||
{ "fullscreen", cmd_fullscreen },
|
||||
|
|
Loading…
Reference in a new issue