aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-11 18:44:56 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-11 18:44:56 -0400
commit3db7fc2bb2c35d545b2a0a72f5554af833bd447f (patch)
tree1da6e43dca62aa55501a10598acd33dcc2d7142e /sway/commands.c
parentMerge pull request #1956 from ggreer/move-focus (diff)
downloadsway-3db7fc2bb2c35d545b2a0a72f5554af833bd447f.tar.gz
sway-3db7fc2bb2c35d545b2a0a72f5554af833bd447f.tar.zst
sway-3db7fc2bb2c35d545b2a0a72f5554af833bd447f.zip
Implement hide_edge_borders
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
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[] = {
108 { "font", cmd_font }, 108 { "font", cmd_font },
109 { "for_window", cmd_for_window }, 109 { "for_window", cmd_for_window },
110 { "fullscreen", cmd_fullscreen }, 110 { "fullscreen", cmd_fullscreen },
111 { "hide_edge_borders", cmd_hide_edge_borders },
111 { "include", cmd_include }, 112 { "include", cmd_include },
112 { "input", cmd_input }, 113 { "input", cmd_input },
113 { "mode", cmd_mode }, 114 { "mode", cmd_mode },