]> git.sur5r.net Git - i3/i3/commit
Implement borderless / 1-px-bordered windows
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 5 Aug 2009 16:33:44 +0000 (18:33 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 5 Aug 2009 16:33:44 +0000 (18:33 +0200)
commit9222bea3b222ff425077cef3cee56e2d6278ebc4
treec07ae2600d340b6a27accf5fd4d94e33ea7c6ca6
parent13c481c9f5a0a40aaf5a387139a853cdb962ad62
Implement borderless / 1-px-bordered windows

Use bn (normal), bp (1-px), bb (borderless) as commands to change the
border style of the currently focused window. Feel free to use i3-msg
to do this.
include/client.h
include/data.h
src/client.c
src/commands.c
src/layout.c