tests: switch to xft fonts

See issue #2155 for details.
This commit is contained in:
Michael Stapelberg 2016-01-09 17:22:45 +01:00
parent 196e63e1bf
commit f14a94031c
2 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ my $root_rect = $x->root->rect;
$config = <<EOT; $config = <<EOT;
# i3 config file (v4) # i3 config file (v4)
font pango:monospace 8 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
EOT EOT
$pid = launch_with_config($config); $pid = launch_with_config($config);
@ -64,7 +64,7 @@ exit_gracefully($pid);
$config = <<EOT; $config = <<EOT;
# i3 config file (v4) # i3 config file (v4)
font pango:monospace 8 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
EOT EOT
$pid = launch_with_config($config); $pid = launch_with_config($config);
@ -90,7 +90,7 @@ exit_gracefully($pid);
$config = <<EOT; $config = <<EOT;
# i3 config file (v4) # i3 config file (v4)
font pango:monospace 8 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
EOT EOT
$pid = launch_with_config($config); $pid = launch_with_config($config);
@ -118,7 +118,7 @@ exit_gracefully($pid);
$config = <<EOT; $config = <<EOT;
# i3 config file (v4) # i3 config file (v4)
font pango:monospace 8 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
fake-outputs 500x500+0+0,500x500+500+0,500x500+0+500,500x500+500+500 fake-outputs 500x500+0+0,500x500+500+0,500x500+0+500,500x500+500+500
EOT EOT
$pid = launch_with_config($config); $pid = launch_with_config($config);

View File

@ -21,7 +21,7 @@ use i3test i3_autostart => 0;
my $config = <<EOT; my $config = <<EOT;
# i3 config file (v4) # i3 config file (v4)
font pango:monospace 8 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
fake-outputs 800x600+0+0,800x600+800+0,800x600+0+600,800x600+800+600 fake-outputs 800x600+0+0,800x600+800+0,800x600+0+600,800x600+800+600
EOT EOT