mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
Add deprecation warnings for new_float, new_window, and force_focus_wrapping.
This commit is contained in:
parent
bd3720585e
commit
b2cfcebef6
7 changed files with 40 additions and 9 deletions
|
|
@ -147,6 +147,8 @@ sway_cmd cmd_mark;
|
|||
sway_cmd cmd_mode;
|
||||
sway_cmd cmd_mouse_warping;
|
||||
sway_cmd cmd_move;
|
||||
sway_cmd cmd_new_float;
|
||||
sway_cmd cmd_new_window;
|
||||
sway_cmd cmd_nop;
|
||||
sway_cmd cmd_opacity;
|
||||
sway_cmd cmd_new_float;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue