]> git.sur5r.net Git - i3/i3/commit
Bugfix: don't try to resize docks by command
authorTony Crisci <tony@dubstepdish.com>
Sat, 15 Mar 2014 02:59:08 +0000 (22:59 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 15 Mar 2014 17:05:42 +0000 (18:05 +0100)
commita6a6c9b6d9d47ef1ccbff5ac5d4fe17f9666f29f
treec0b4312ca8b16c5e9fe4f7fec83c19c3b0c2534c
parent89be6cb509c5b42b1ced48b27939e5a63ef43a0c
Bugfix: don't try to resize docks by command

cmd_resize does not implement a method to resize dock clients.

A command like `[instance=".*"] resize grow width 160 px or 16 ppt`
when a dock client matched would crash i3.

fixes #1201
src/commands.c
testcases/t/222-regress-dock-resize.t [new file with mode: 0644]