]> git.sur5r.net Git - i3/i3/commit
Implement stack-limit for further defining how stack windows should look
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 22 Sep 2009 16:07:59 +0000 (18:07 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 22 Sep 2009 16:07:59 +0000 (18:07 +0200)
commitf4ec7fdfe90f2e84b3ad17f18857f9822f3179d4
tree5e7f7f04626df470c5435830aa2adbe4016b2aab
parentd3752007edb74b8a08f99441c583a2c7e6ff251e
Implement stack-limit for further defining how stack windows should look

Using this command, you can limit the amount of columns or rows for
a stacking container. This allows for better usage of screen estate
when using stacking containers with many clients.

Examples:
  i3-msg "stack-limit cols 2"
You will now have a stack window which has two columns of windows.
include/data.h
src/click.c
src/commands.c
src/layout.c
src/mainx.c