aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-01-13 20:42:39 -0500
committerLibravatar GitHub <noreply@github.com>2019-01-13 20:42:39 -0500
commit4879d40695047a4c493bd8871d810c543978a869 (patch)
treeb043a9c62a8baeec8d62d06ece8c2f56d65b044a /sway/commands.c
parentMerge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved (diff)
parentAdd xwayland command (diff)
downloadsway-4879d40695047a4c493bd8871d810c543978a869.tar.gz
sway-4879d40695047a4c493bd8871d810c543978a869.tar.zst
sway-4879d40695047a4c493bd8871d810c543978a869.zip
Merge pull request #3144 from emersion/cmd-xwayland
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 4e524a88..1d190e0b 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -101,6 +101,7 @@ static struct cmd_handler config_handlers[] = {
101 { "swaybg_command", cmd_swaybg_command }, 101 { "swaybg_command", cmd_swaybg_command },
102 { "swaynag_command", cmd_swaynag_command }, 102 { "swaynag_command", cmd_swaynag_command },
103 { "workspace_layout", cmd_workspace_layout }, 103 { "workspace_layout", cmd_workspace_layout },
104 { "xwayland", cmd_xwayland },
104}; 105};
105 106
106/* Runtime-only commands. Keep alphabetized */ 107/* Runtime-only commands. Keep alphabetized */