mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
add force_focus_wrapping option
This commit is contained in:
parent
7f558ce894
commit
d3f5ac8cbb
5 changed files with 18 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "focus", cmd_focus },
|
||||
{ "focus_follows_mouse", cmd_focus_follows_mouse },
|
||||
{ "font", cmd_font },
|
||||
{ "force_focus_wrapping", cmd_force_focus_wrapping },
|
||||
{ "for_window", cmd_for_window },
|
||||
{ "fullscreen", cmd_fullscreen },
|
||||
{ "gaps", cmd_gaps },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue