add force_focus_wrapping option

This commit is contained in:
D.B 2016-10-07 07:32:57 +02:00
parent 7f558ce894
commit d3f5ac8cbb
5 changed files with 18 additions and 0 deletions

View file

@ -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;