]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/245-move-position-mouse.t
Remove trailing whitespace from Perl scripts
[i3/i3] / testcases / t / 245-move-position-mouse.t
index ae0492715458cf9d3c78eb78d066d25dc8cf592a..01e2c30e121fe88404c941bc7aa38ff461d34201 100644 (file)
@@ -2,13 +2,13 @@
 # vim:ts=4:sw=4:expandtab
 #
 # Please read the following documents before working on tests:
-# • http://build.i3wm.org/docs/testsuite.html
+# • https://build.i3wm.org/docs/testsuite.html
 #   (or docs/testsuite)
 #
-# • http://build.i3wm.org/docs/lib-i3test.html
+# • https://build.i3wm.org/docs/lib-i3test.html
 #   (alternatively: perldoc ./testcases/lib/i3test.pm)
 #
-# • http://build.i3wm.org/docs/ipc.html
+# • https://build.i3wm.org/docs/ipc.html
 #   (or docs/ipc)
 #
 # • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
@@ -38,7 +38,7 @@ my $root_rect = $x->root->rect;
 
 $config = <<EOT;
 # i3 config file (v4)
-font pango:monospace 8
+font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 EOT
 $pid = launch_with_config($config);
 
@@ -58,13 +58,13 @@ exit_gracefully($pid);
 
 ##########################################################################
 # Given a floating container and the cursor is in the left upper edge
-# of the output, when moving the container to the mouse, then the 
+# of the output, when moving the container to the mouse, then the
 # container is moved but adjusted to stay in-bounds.
 ##########################################################################
 
 $config = <<EOT;
 # i3 config file (v4)
-font pango:monospace 8
+font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 EOT
 $pid = launch_with_config($config);
 
@@ -84,13 +84,13 @@ exit_gracefully($pid);
 
 ##########################################################################
 # Given a floating container and the cursor is in the left right lower
-# edge of the output, when moving the container to the mouse, then the 
+# edge of the output, when moving the container to the mouse, then the
 # container is moved but adjusted to stay in-bounds.
 ##########################################################################
 
 $config = <<EOT;
 # i3 config file (v4)
-font pango:monospace 8
+font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 EOT
 $pid = launch_with_config($config);
 
@@ -118,7 +118,7 @@ exit_gracefully($pid);
 
 $config = <<EOT;
 # 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
 EOT
 $pid = launch_with_config($config);