From: Ingo Bürk Date: Wed, 1 Apr 2015 21:13:25 +0000 (+0200) Subject: Allow --whole-window right after 'bindsym' within binding modes X-Git-Tag: 4.11~146^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3e13ade60b2b14f64549e60f5f36252605a6154;hp=15d516f58c14e58181621a074bb3c9ad3e8f59d1;p=i3%2Fi3 Allow --whole-window right after 'bindsym' within binding modes fixes #1629 --- diff --git a/parser-specs/config.spec b/parser-specs/config.spec index 433e1d11..d27e0792 100644 --- a/parser-specs/config.spec +++ b/parser-specs/config.spec @@ -349,6 +349,8 @@ state MODE_IGNORE_LINE: state MODE_BINDING: release = '--release' -> + whole_window = '--whole-window' + -> modifiers = 'Mod1', 'Mod2', 'Mod3', 'Mod4', 'Mod5', 'Shift', 'Control', 'Ctrl', 'Mode_switch', '$mod' -> '+'