use i3test i3_config => <<EOT;
# i3 config file (v4)
for_window [class="dock"] move workspace current
+
+bar {
+ # Disable i3bar, which is also a dock client.
+ i3bar_command :
+}
EOT
my $ws = fresh_workspace();
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
fake-outputs 1024x768+0+0,1024x768+1024+0
+
+bar {
+ # Disable i3bar.
+ i3bar_command :
+}
EOT
# TODO: get rid of smartmatch in this test
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
fake-outputs 1024x768+0+0,1024x768+1024+0
+
+bar {
+ # Disable i3bar, which is also a dock client.
+ i3bar_command :
+}
EOT
my ($window, $rect);