]> git.sur5r.net Git - i3/i3/commit
Added --no-auto-back-and-forth to workspace commands. 2031/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Fri, 23 Oct 2015 21:36:37 +0000 (23:36 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Fri, 23 Oct 2015 22:12:03 +0000 (00:12 +0200)
commit7270206e24d53dfc927e7a965dec30b66b7c7ff5
treee286a02ecaf53adc74d37cc19cd5490f2a746c09
parent185a2f24ba9fde8a8e1df5a60c7c2b7b620ef73b
Added --no-auto-back-and-forth to workspace commands.

This patch introduces the --no-auto-back-and-forth flag to both of

    workspace --no-auto-back-and-forth <name>
    workspace --no-auto-back-and-forth number <number>

This flag will only have an effect if the back_and_forth feature is
enabled. If passed, the feature will be ignored for this particular
call only.

fixes #2028
docs/userguide
include/commands.h
parser-specs/commands.spec
src/commands.c
testcases/t/187-commands-parser.t
testcases/t/256-no-auto-back-and-forth.t [new file with mode: 0644]