diff options
author | Brian Ashworth <[email protected]> | 2018-05-11 18:44:56 -0400 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2018-05-11 18:44:56 -0400 |
commit | 3db7fc2bb2c35d545b2a0a72f5554af833bd447f (patch) | |
tree | 1da6e43dca62aa55501a10598acd33dcc2d7142e /sway/commands.c | |
parent | 2217518bd554d0f11dafa7ec4e8f35f2e4762fbd (diff) |
Implement hide_edge_borders
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 2e1cdc2c..37ead367 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -108,6 +108,7 @@ static struct cmd_handler handlers[] = { { "font", cmd_font }, { "for_window", cmd_for_window }, { "fullscreen", cmd_fullscreen }, + { "hide_edge_borders", cmd_hide_edge_borders }, { "include", cmd_include }, { "input", cmd_input }, { "mode", cmd_mode }, |