summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/resolution_and_depth.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Xconfig/resolution_and_depth.pm')
-rw-r--r--lib/Xconfig/resolution_and_depth.pm2
1 files changed, 1 insertions, 1 deletions
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}");
};