2011-06-03 02:05:34 +02:00
|
|
|
#!perl
|
|
|
|
# vim:ts=4:sw=4:expandtab
|
|
|
|
#
|
|
|
|
# Verifies that i3 survives inplace restarts with fullscreen containers
|
|
|
|
#
|
|
|
|
use i3test;
|
|
|
|
|
|
|
|
fresh_workspace;
|
|
|
|
|
2011-11-22 00:47:32 +01:00
|
|
|
open_window;
|
|
|
|
open_window;
|
2011-06-03 02:05:34 +02:00
|
|
|
|
|
|
|
cmd 'layout stacking';
|
2011-11-23 12:57:13 +01:00
|
|
|
sync_with_i3;
|
2011-06-03 02:05:34 +02:00
|
|
|
|
|
|
|
cmd 'fullscreen';
|
2011-11-23 12:57:13 +01:00
|
|
|
sync_with_i3;
|
2011-06-03 02:05:34 +02:00
|
|
|
|
|
|
|
cmd 'restart';
|
|
|
|
|
|
|
|
does_i3_live;
|
|
|
|
|
|
|
|
done_testing;
|