]> git.sur5r.net Git - i3/i3/commit
Implement the window::fullscreen_mode event
authorTony Crisci <tony@dubstepdish.com>
Mon, 28 Apr 2014 22:38:06 +0000 (18:38 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 30 Apr 2014 07:35:31 +0000 (09:35 +0200)
commit81466383204e7e5e6dd20699ed503d11766ca83b
tree54824c269ee847512d973da4a2c0f6653dce3c17
parent2f42fe61d95d15533638b06c7f7add155afc9163
Implement the window::fullscreen_mode event

The fullscreen_mode event is a window with the "change" property set to
"fullscreen_mode". This event should be emitted whenever a window enters
or exits fullscreen mode.

This event can be used to turn off dpms off when a window is fullscreen
or display the fullscreen container name in the status line for
instance.
docs/ipc
src/con.c
testcases/t/225-ipc-window-fullscreen.t [new file with mode: 0644]