From 5e60401434b64cb6a890d26dbc924043a47c90aa Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 28 Sep 2011 02:11:09 +0200 Subject: test-x11: Switch to Xephyr --- test/feh-bg.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/feh-bg.i') diff --git a/test/feh-bg.i b/test/feh-bg.i index 3624f5c..0e3b546 100755 --- a/test/feh-bg.i +++ b/test/feh-bg.i @@ -42,7 +42,7 @@ sub check_bg { } if (($pid_xnest = fork()) == 0) { - exec(qw( Xnest -geometry 500x500 :7 )); + exec(qw( Xephyr -screen 500x500 :7 )); } sleep(0.5); -- cgit v1.2.3