diff options
author | Brian Ashworth <[email protected]> | 2018-07-16 22:21:00 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-16 22:21:00 -0400 |
commit | f516dbfb6d3380de24751de9a3f3156ece869e02 (patch) | |
tree | fb23163603e5ac4221d6ee27ff91dffb19e3295f /sway/commands.c | |
parent | db3a36373435a34b8d0a5fc4e90eacaa2b1dae6b (diff) | |
parent | 10fc7a5b494822a944bbada33b2cb25926447d76 (diff) |
Merge pull request #2286 from RyanDwyer/default-floating-border
Implement default_floating_border command and adjust CSD behaviour
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 27329602..a3e6a500 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -98,6 +98,7 @@ static struct cmd_handler handlers[] = { { "client.unfocused", cmd_client_unfocused }, { "client.urgent", cmd_client_urgent }, { "default_border", cmd_default_border }, + { "default_floating_border", cmd_default_floating_border }, { "exec", cmd_exec }, { "exec_always", cmd_exec_always }, { "floating_maximum_size", cmd_floating_maximum_size }, |