]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/264-dock-criteria.t
tests: unflake tests by not starting i3bar
[i3/i3] / testcases / t / 264-dock-criteria.t
index d4b3b689565ee2caa39d0f65c90dba815c540f99..1eddba713b0e1ae3309206cc2d233fcdf653f87f 100644 (file)
 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();