mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Support i3's legacy force_focus_wrapping command
This commit is contained in:
parent
1071785f56
commit
c81d0ef1e8
5 changed files with 31 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "focus_wrapping", cmd_focus_wrapping },
|
||||
{ "font", cmd_font },
|
||||
{ "for_window", cmd_for_window },
|
||||
{ "force_focus_wrapping", cmd_force_focus_wrapping },
|
||||
{ "fullscreen", cmd_fullscreen },
|
||||
{ "hide_edge_borders", cmd_hide_edge_borders },
|
||||
{ "include", cmd_include },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue