aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-05-01 22:41:20 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-05-01 22:41:20 +1000
commit4fa5e2d9db2879b665d6447692017b82ff78e186 (patch)
tree19a4f66de6aeb2842a269c5e0103cb68b3d1f4c7 /sway/commands.c
parent6ef14e99eec0d741104be3a1483b7e92de870c96 (diff)
parent7f574c538db6bfc42166181b25ad5ef0831be63f (diff)
Merge branch 'borders' of github:RyanDwyer/sway into borders
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[] = {
{ "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 },