mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
focus: support focus_wrapping workspace
Following i3 support: https://github.com/i3/i3/pull/3407
This commit is contained in:
parent
d19f4f7bf8
commit
d5b10a991f
4 changed files with 10 additions and 4 deletions
|
|
@ -409,7 +409,8 @@ enum focus_follows_mouse_mode {
|
|||
enum focus_wrapping_mode {
|
||||
WRAP_NO,
|
||||
WRAP_YES,
|
||||
WRAP_FORCE
|
||||
WRAP_FORCE,
|
||||
WRAP_WORKSPACE
|
||||
};
|
||||
|
||||
enum mouse_warping_mode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue