aboutsummaryrefslogtreecommitdiff
path: root/parser-specs
diff options
context:
space:
mode:
authorVladimir Panteleev <git@thecybershadow.net>2017-09-15 02:57:55 +0000
committerVladimir Panteleev <git@thecybershadow.net>2017-09-22 23:40:41 +0000
commit28f7e14650882d89fae2eee78291eeec8dd4e8fd (patch)
treec8fcd2a791bc9e60c691ee94eb6b33783ceb6fa4 /parser-specs
parent536f60e230713fa131cdeeebf80bc5518c62eeee (diff)
downloadi3-28f7e14650882d89fae2eee78291eeec8dd4e8fd.tar.gz
i3-28f7e14650882d89fae2eee78291eeec8dd4e8fd.zip
Add "focus_wrapping" option
Fixes #2352.
Diffstat (limited to 'parser-specs')
-rw-r--r--parser-specs/config.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/parser-specs/config.spec b/parser-specs/config.spec
index 665b046a..3a10bbc1 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
@@ -203,6 +204,11 @@ state MOUSE_WARPING:
value = 'none', 'output'
-> call cfg_mouse_warping($value)
+# focus_wrapping
+state FOCUS_WRAPPING:
+ value = word
+ -> call cfg_focus_wrapping($value)
+
# force_focus_wrapping
state FORCE_FOCUS_WRAPPING:
value = word