aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar lbonn <bonnans.l@gmail.com>2019-10-16 20:27:19 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2019-10-17 13:48:52 +0300
commit3ee3a9ef60c6259720564bbedb0c74d545d2ec53 (patch)
tree186eb0a0abf72e20fda497f1827c7fa717056d5c /include/sway/config.h
parentxwayland.c handle_map(): NULL out xsurface->data() to prevent crashing. (diff)
downloadsway-3ee3a9ef60c6259720564bbedb0c74d545d2ec53.tar.gz
sway-3ee3a9ef60c6259720564bbedb0c74d545d2ec53.tar.zst
sway-3ee3a9ef60c6259720564bbedb0c74d545d2ec53.zip
focus: support focus_wrapping workspace
Following i3 support: https://github.com/i3/i3/pull/3407
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 0031db42..632027ea 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -409,7 +409,8 @@ enum focus_follows_mouse_mode {
409enum focus_wrapping_mode { 409enum focus_wrapping_mode {
410 WRAP_NO, 410 WRAP_NO,
411 WRAP_YES, 411 WRAP_YES,
412 WRAP_FORCE 412 WRAP_FORCE,
413 WRAP_WORKSPACE
413}; 414};
414 415
415enum mouse_warping_mode { 416enum mouse_warping_mode {