Merge pull request #935 from thejan2009/wrap-focus-change

Wrap focus change
This commit is contained in:
Drew DeVault 2016-10-07 08:40:18 -04:00
parent 61097085b0
commit a92d427b37
5 changed files with 46 additions and 4 deletions

View file

@ -106,6 +106,7 @@ sway_cmd cmd_focus;
sway_cmd cmd_focus_follows_mouse;
sway_cmd cmd_font;
sway_cmd cmd_for_window;
sway_cmd cmd_force_focus_wrapping;
sway_cmd cmd_fullscreen;
sway_cmd cmd_gaps;
sway_cmd cmd_hide_edge_borders;

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;