aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-17 12:29:59 +0100
committerLibravatar emersion <contact@emersion.fr>2018-11-19 17:38:37 +0100
commit311c7db7e300bc9e749a582a56805150180138e0 (patch)
treea695f7af6143e47c8b7bb8afe32e2e8f59c39958 /include/sway/commands.h
parentMerge pull request #3152 from camoz/master (diff)
downloadsway-311c7db7e300bc9e749a582a56805150180138e0.tar.gz
sway-311c7db7e300bc9e749a582a56805150180138e0.tar.zst
sway-311c7db7e300bc9e749a582a56805150180138e0.zip
Add xwayland command
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 2fe8a631..32925369 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -176,8 +176,9 @@ sway_cmd cmd_title_format;
176sway_cmd cmd_unmark; 176sway_cmd cmd_unmark;
177sway_cmd cmd_urgent; 177sway_cmd cmd_urgent;
178sway_cmd cmd_workspace; 178sway_cmd cmd_workspace;
179sway_cmd cmd_ws_auto_back_and_forth;
180sway_cmd cmd_workspace_layout; 179sway_cmd cmd_workspace_layout;
180sway_cmd cmd_ws_auto_back_and_forth;
181sway_cmd cmd_xwayland;
181 182
182sway_cmd bar_cmd_activate_button; 183sway_cmd bar_cmd_activate_button;
183sway_cmd bar_cmd_binding_mode_indicator; 184sway_cmd bar_cmd_binding_mode_indicator;