aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-03 09:24:13 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-05-03 09:24:13 -0400
commit00e62c214d6f17d81d3002c19f6b04bafd7da891 (patch)
treeab5f49495133abbbeb7f48d4009b5a709d3184ff /sway/commands.c
parentMerge pull request #1906 from emersion/fix-resize-no-arg-segfault (diff)
downloadsway-00e62c214d6f17d81d3002c19f6b04bafd7da891.tar.gz
sway-00e62c214d6f17d81d3002c19f6b04bafd7da891.tar.zst
sway-00e62c214d6f17d81d3002c19f6b04bafd7da891.zip
Fix alphabetization of command list
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
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[] = {
105 { "exec", cmd_exec }, 105 { "exec", cmd_exec },
106 { "exec_always", cmd_exec_always }, 106 { "exec_always", cmd_exec_always },
107 { "focus_follows_mouse", cmd_focus_follows_mouse }, 107 { "focus_follows_mouse", cmd_focus_follows_mouse },
108 { "for_window", cmd_for_window },
109 { "font", cmd_font }, 108 { "font", cmd_font },
109 { "for_window", cmd_for_window },
110 { "fullscreen", cmd_fullscreen }, 110 { "fullscreen", cmd_fullscreen },
111 { "include", cmd_include }, 111 { "include", cmd_include },
112 { "input", cmd_input }, 112 { "input", cmd_input },