]> git.sur5r.net Git - i3/i3/commit
Move title_format from window to container. 2143/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Tue, 29 Dec 2015 17:01:51 +0000 (12:01 -0500)
committerIngo Bürk <ingo.buerk@tngtech.com>
Tue, 5 Jan 2016 17:22:27 +0000 (12:22 -0500)
commit1f660a4cc401ecbeb4cc5244fb71b8285f9f4b65
treefd6ecde92cf076d225209e310ec4d604f7018c17
parentcd172da6ae4e249f21d79c7096f979ecc611d987
Move title_format from window to container.

This patch moves the title_format information from windows to containers.
Furthermore, it allows correctly setting it on window-less containers and
displays the title accordingly for split containers.

We now also dump and read title_format in GET_TREE / during restarts.

fixes #2120
15 files changed:
docs/userguide
i3bar/include/util.h
include/con.h
include/data.h
include/libi3.h
include/util.h
include/window.h
libi3/format_placeholders.c [new file with mode: 0644]
src/commands.c
src/con.c
src/ipc.c
src/load_layout.c
src/util.c
src/window.c
src/x.c