X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=parser-specs%2Fconfig.spec;h=c31567a64b87d29dc340cd821621f15c2636fb45;hb=54d61b510da60c2150ebd1d34855c286e2977a25;hp=8c89b3f912024a6695d2a7f13687cf8bcbf1d6c3;hpb=999bebc692af1cc2e0428e2f1f42a0d126285dcb;p=i3%2Fi3 diff --git a/parser-specs/config.spec b/parser-specs/config.spec index 8c89b3f9..c31567a6 100644 --- a/parser-specs/config.spec +++ b/parser-specs/config.spec @@ -36,6 +36,7 @@ state INITIAL: 'no_focus' -> NO_FOCUS 'focus_follows_mouse' -> FOCUS_FOLLOWS_MOUSE 'mouse_warping' -> MOUSE_WARPING + 'focus_wrapping' -> FOCUS_WRAPPING 'force_focus_wrapping' -> FORCE_FOCUS_WRAPPING 'force_xinerama', 'force-xinerama' -> FORCE_XINERAMA 'disable_randr15', 'disable-randr15' -> DISABLE_RANDR15 @@ -209,6 +210,11 @@ state MOUSE_WARPING: value = 'none', 'output' -> call cfg_mouse_warping($value) +# focus_wrapping +state FOCUS_WRAPPING: + value = '1', 'yes', 'true', 'on', 'enable', 'active', '0', 'no', 'false', 'off', 'disable', 'inactive', 'force' + -> call cfg_focus_wrapping($value) + # force_focus_wrapping state FORCE_FOCUS_WRAPPING: value = word