mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
focus: support focus_wrapping workspace
Following i3 support: https://github.com/i3/i3/pull/3407
This commit is contained in:
parent
74c0e7921a
commit
3ee3a9ef60
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