]> git.sur5r.net Git - i3/i3/commit
Extend the fullscreen command
authorMats <d912e3@gmail.com>
Sun, 26 Oct 2014 18:33:09 +0000 (19:33 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 10 Dec 2014 19:42:52 +0000 (20:42 +0100)
commite59a76e456b87ded59f4983ea2882b468f3df5ac
tree316130f97e3b0f0cc7bb83e2f3d514144015d7bd
parentdc351fb291011b923678786a440fe6c5cc438892
Extend the fullscreen command

Rather than just toggling the fullscreen modes, allow to set them
directly with:

    fullscreen enable|toggle [global]
    fullscreen disable

For compatibility, retain the previous command and its toggling behavior:

    fullscreen [global]

fixes #1120
docs/userguide
i3.config
i3.config.keycodes
include/commands.h
include/con.h
man/i3.man
parser-specs/commands.spec
src/commands.c
src/con.c
testcases/i3-test.config
testcases/t/100-fullscreen.t