aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-11-17 12:29:59 +0100
committeremersion <contact@emersion.fr>2018-11-19 17:38:37 +0100
commit311c7db7e300bc9e749a582a56805150180138e0 (patch)
treea695f7af6143e47c8b7bb8afe32e2e8f59c39958 /sway/commands.c
parent67d24e8fc54b9e091533500de22f02302a4c79fc (diff)
Add xwayland command
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 4b86c2fa..a68c724a 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -113,6 +113,7 @@ static struct cmd_handler config_handlers[] = {
{ "swaybg_command", cmd_swaybg_command },
{ "swaynag_command", cmd_swaynag_command },
{ "workspace_layout", cmd_workspace_layout },
+ { "xwayland", cmd_xwayland },
};
/* Runtime-only commands. Keep alphabetized */