]> git.sur5r.net Git - i3/i3/commit
Allow multiple marks on windows.
authorIngo Bürk <ingo.buerk@tngtech.com>
Mon, 19 Oct 2015 16:10:20 +0000 (18:10 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 22 Oct 2015 13:29:42 +0000 (15:29 +0200)
commit9bb2f038ab6229a53588771af400d5a8e0ba61ac
treedfcd60a2f81986dae7913297b4a98da64c538a2d
parent0425f488355ce0cddcbaa0e8f8e8687151e19261
Allow multiple marks on windows.

This patch allows multiple marks to be set on a single window. The restriction that a mark may
only be on one window at a time is still upheld as this is necessary for commands like
"move window to mark" to make sense.

relates to #2014
12 files changed:
docs/userguide
include/con.h
include/data.h
src/commands.c
src/con.c
src/ipc.c
src/load_layout.c
src/x.c
testcases/t/165-for_window.t
testcases/t/210-mark-unmark.t
testcases/t/235-wm-class-change-handler.t
testcases/t/255-multiple-marks.t [new file with mode: 0644]