]> git.sur5r.net Git - i3/i3/commit
Add support to resize floating container in percentage 3023/head
authorOrestis Floros <orestisf1993@gmail.com>
Tue, 17 Oct 2017 23:04:42 +0000 (02:04 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Tue, 17 Oct 2017 23:07:11 +0000 (02:07 +0300)
commitb17e7b82c602b946594006bb3019f47bd8262f14
tree6749c27133c05525edfb516c2a14daed1ed35aaf
parentd4eaea8289104f97222be2650924ed64be9a94e6
Add support to resize floating container in percentage

resize set is modified to accept both 'px' and 'ppt' height and width.

Fixes #2816.
docs/userguide
include/commands.h
parser-specs/commands.spec
src/commands.c
testcases/t/252-floating-size.t