diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-03 09:24:13 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-05-03 09:24:13 -0400 |
commit | 00e62c214d6f17d81d3002c19f6b04bafd7da891 (patch) | |
tree | ab5f49495133abbbeb7f48d4009b5a709d3184ff /sway | |
parent | 437ae2856649514273824cdaa608ff8272173589 (diff) |
Fix alphabetization of command list
Diffstat (limited to 'sway')
-rw-r--r-- | sway/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c index 62f9ea87..efed7ddf 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -105,8 +105,8 @@ static struct cmd_handler handlers[] = { { "exec", cmd_exec }, { "exec_always", cmd_exec_always }, { "focus_follows_mouse", cmd_focus_follows_mouse }, - { "for_window", cmd_for_window }, { "font", cmd_font }, + { "for_window", cmd_for_window }, { "fullscreen", cmd_fullscreen }, { "include", cmd_include }, { "input", cmd_input }, |