]> git.sur5r.net Git - i3/i3/commit
Introduce "--add" for marking windows.
authorIngo Bürk <ingo.buerk@tngtech.com>
Mon, 19 Oct 2015 16:31:21 +0000 (18:31 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 22 Oct 2015 13:32:15 +0000 (15:32 +0200)
commit7a77c5f0bb988ec2fff52e231590fff93a4ee6b9
treeeb322b50fee2e476e39148adf461ae3b7e37372c
parent9bb2f038ab6229a53588771af400d5a8e0ba61ac
Introduce "--add" for marking windows.

In order to keep compatibility to before allowing multiple marks on a window,
we introduce a flag "--add" that must be set to put more than one mark on a
window. The default, which is also available as "--replace", keeps the old
behavior of overwriting a mark when setting a new one.

fixes #2014
docs/userguide
include/commands.h
include/con.h
include/data.h
parser-specs/commands.spec
src/commands.c
src/con.c
src/load_layout.c
testcases/t/210-mark-unmark.t
testcases/t/255-multiple-marks.t