aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-01 07:46:28 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-05-01 07:46:57 -0400
commit7f574c538db6bfc42166181b25ad5ef0831be63f (patch)
tree19a4f66de6aeb2842a269c5e0103cb68b3d1f4c7 /sway/commands.c
parentRestore view_update_position() (diff)
downloadsway-7f574c538db6bfc42166181b25ad5ef0831be63f.tar.gz
sway-7f574c538db6bfc42166181b25ad5ef0831be63f.tar.zst
sway-7f574c538db6bfc42166181b25ad5ef0831be63f.zip
Fix alphabetization of commands array
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 575859c9..8abfd40b 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -101,9 +101,9 @@ static struct cmd_handler handlers[] = {
101 { "client.focused_inactive", cmd_client_focused_inactive }, 101 { "client.focused_inactive", cmd_client_focused_inactive },
102 { "client.unfocused", cmd_client_unfocused }, 102 { "client.unfocused", cmd_client_unfocused },
103 { "client.urgent", cmd_client_urgent }, 103 { "client.urgent", cmd_client_urgent },
104 { "default_border", cmd_default_border },
104 { "exec", cmd_exec }, 105 { "exec", cmd_exec },
105 { "exec_always", cmd_exec_always }, 106 { "exec_always", cmd_exec_always },
106 { "default_border", cmd_default_border },
107 { "focus_follows_mouse", cmd_focus_follows_mouse }, 107 { "focus_follows_mouse", cmd_focus_follows_mouse },
108 { "for_window", cmd_for_window }, 108 { "for_window", cmd_for_window },
109 { "fullscreen", cmd_fullscreen }, 109 { "fullscreen", cmd_fullscreen },