Bugfix: Correctly fix the percent values for resizing when making a floating con tiling (Thanks mseed) (+testcase)
This commit is contained in:
20
testcases/t/51-regress-float-size.t
Normal file
20
testcases/t/51-regress-float-size.t
Normal file
@ -0,0 +1,20 @@
|
||||
#!perl
|
||||
# vim:ts=4:sw=4:expandtab
|
||||
#
|
||||
# Regression test for setting a window to floating, tiling and opening a new window
|
||||
#
|
||||
use Time::HiRes qw(sleep);
|
||||
use i3test;
|
||||
|
||||
my $tmp = get_unused_workspace;
|
||||
cmd "workspace $tmp";
|
||||
|
||||
|
||||
cmd 'open';
|
||||
cmd 'mode toggle';
|
||||
cmd 'mode toggle';
|
||||
cmd 'open';
|
||||
|
||||
does_i3_live;
|
||||
|
||||
done_testing;
|
Reference in New Issue
Block a user