diff options
Diffstat (limited to 'hacks/halo.c')
-rw-r--r-- | hacks/halo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hacks/halo.c b/hacks/halo.c index c4d5ada..c45a99e 100644 --- a/hacks/halo.c +++ b/hacks/halo.c @@ -409,6 +409,8 @@ static const char *halo_defaults [] = { #ifdef HAVE_MOBILE "*ignoreRotation: True", #endif + ".lowrez: true", /* Too slow on Retina screens otherwise */ + /* But that looks crappy too. It's bad either way. */ 0 }; |