From fc744c530fd1444e4dc52a555649b83074311451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 17 Sep 2016 23:26:17 +0200 Subject: Change default background size to 1600x1200 to match mageia-theme --- lib/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig/resolution_and_depth.pm') diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index fc008ce..0bfb1e9 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -254,7 +254,7 @@ sub set_default_background { my ($resolution) = @_; $resolution->{X} && $resolution->{Y} or do { - $resolution = { X => 1024, Y => 768 }; + $resolution = { X => 1600, Y => 1200 }; log::l("defaulting background resolution to $resolution->{X}x$resolution->{Y}"); }; -- cgit v1.2.1