]> git.sur5r.net Git - i3/i3/commit
Introduce I3_FLOATING_WINDOW 2231/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Tue, 23 Feb 2016 19:12:45 +0000 (20:12 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 25 Feb 2016 17:36:22 +0000 (18:36 +0100)
commit712c6d65ff01ea73731f69963d1bbc9cd35d8cbf
tree7fb61e6dd8fae9b83854abbb3571cd2b6e9b9781
parentfdbbae56b2b5f8049380b9456c01c3966b3b18f2
Introduce I3_FLOATING_WINDOW

This patch introduces a proprietary atom I3_FLOATING_WINDOW which will be
set and maintained for floating windows and removed on tiling containers.

This allows users to select on this atom, e.g., in their compositor
configuration or in utility scripts (without using the IPC).

fixes #2223
include/atoms_rest.xmacro
src/floating.c
testcases/t/263-i3-floating-window-atom.t [new file with mode: 0644]