]> git.sur5r.net Git - i3/i3/commit
Argument for 'kill' for killing a specific window (now default) or the whole client...
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 13 May 2011 18:41:03 +0000 (20:41 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 13 May 2011 18:41:03 +0000 (20:41 +0200)
commit167bdd26b71789b9b1ad28883fbd2d3998944080
treea5fb7ba961a195a8f63712dc6a2596fd0c7ec57a
parent44c2555e670f7a96038dca62bdb9850daf06dd99
Argument for 'kill' for killing a specific window (now default) or the whole client (+test)

Use 'kill window' to kill a specific window (for example only one specific
popup), use 'kill client' to kill the whole application (or X11 connection to
be specific).
13 files changed:
include/data.h
include/tree.h
include/x.h
src/cmdparse.l
src/cmdparse.y
src/con.c
src/floating.c
src/handlers.c
src/randr.c
src/tree.c
src/workspace.c
src/x.c
testcases/t/64-kill-win-vs-client.t [new file with mode: 0644]