parent
196e63e1bf
commit
f14a94031c
|
@ -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);
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue