mirror of
https://github.com/swaywm/sway.git
synced 2026-03-31 07:11:24 -04:00
add force_focus_wrapping option
This commit is contained in:
parent
7f558ce894
commit
d3f5ac8cbb
5 changed files with 18 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ struct sway_config {
|
|||
// Flags
|
||||
bool focus_follows_mouse;
|
||||
bool mouse_warping;
|
||||
bool force_focus_wrapping;
|
||||
bool active;
|
||||
bool failed;
|
||||
bool reloading;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue