aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-06-09 08:43:18 -0700
committerGitHub <noreply@github.com>2018-06-09 08:43:18 -0700
commitd9fc381e0292519cccf2df6ea77a3356a2e621c7 (patch)
tree24e4ea6634a734ed303c7aaf611df682adbf746c /sway/commands.c
parent21d98d5bfb19491f8fd486a2eddc8efe9fb3de6c (diff)
parent6a910b9ba5443aa31f7cc2468c943c2f9da4854b (diff)
downloadsway-d9fc381e0292519cccf2df6ea77a3356a2e621c7.tar.xz
Merge pull request #2047 from natesymer/master
Implement Gaps
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 1523fdd1..5b20857a 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -105,6 +105,8 @@ static struct cmd_handler handlers[] = {
{ "font", cmd_font },
{ "for_window", cmd_for_window },
{ "force_focus_wrapping", cmd_force_focus_wrapping },
+ { "fullscreen", cmd_fullscreen },
+ { "gaps", cmd_gaps },
{ "hide_edge_borders", cmd_hide_edge_borders },
{ "include", cmd_include },
{ "input", cmd_input },
@@ -114,6 +116,7 @@ static struct cmd_handler handlers[] = {
{ "seat", cmd_seat },
{ "set", cmd_set },
{ "show_marks", cmd_show_marks },
+ { "smart_gaps", cmd_smart_gaps },
{ "workspace", cmd_workspace },
{ "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },
};