aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Connor E <38229097+c-edw@users.noreply.github.com>2019-04-15 01:16:35 +0100
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-04-14 20:44:12 -0400
commitb2cfcebef61087f819b55d2f815e62aa4a6f1a52 (patch)
tree1336d7d187cccd3f7d92b4bc4749973117c642ea /sway/commands.c
parentImplement input type configs (#3784) (diff)
downloadsway-b2cfcebef61087f819b55d2f815e62aa4a6f1a52.tar.gz
sway-b2cfcebef61087f819b55d2f815e62aa4a6f1a52.tar.zst
sway-b2cfcebef61087f819b55d2f815e62aa4a6f1a52.zip
Add deprecation warnings for new_float, new_window, and force_focus_wrapping.
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands.c b/sway/commands.c
index abdaa3b8..d0bf402b 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -77,8 +77,8 @@ static struct cmd_handler handlers[] = {
77 { "input", cmd_input }, 77 { "input", cmd_input },
78 { "mode", cmd_mode }, 78 { "mode", cmd_mode },
79 { "mouse_warping", cmd_mouse_warping }, 79 { "mouse_warping", cmd_mouse_warping },
80 { "new_float", cmd_default_floating_border }, 80 { "new_float", cmd_new_float },
81 { "new_window", cmd_default_border }, 81 { "new_window", cmd_new_window },
82 { "no_focus", cmd_no_focus }, 82 { "no_focus", cmd_no_focus },
83 { "output", cmd_output }, 83 { "output", cmd_output },
84 { "popup_during_fullscreen", cmd_popup_during_fullscreen }, 84 { "popup_during_fullscreen", cmd_popup_during_fullscreen },