yilozt / mutter-rounded

A window manager for GNOME, with rounded corners patch
https://aur.archlinux.org/packages/mutter-rounded/
GNU General Public License v2.0
553 stars 26 forks source link

missing antialiasing in the overview #1

Closed m0rphtail closed 2 years ago

m0rphtail commented 2 years ago

The text in the overview isnt readable, maybe missing antialiasing?

Overview with mutter-rounded:

image

Overview with default mutter

image

yilozt commented 2 years ago

I have added texture filters to MetaClipEffect. The antialiasing in overview should works now. You can edit line 51 in meta_clip_effect.c to set suitable texture filters if you like. This Cogl Document will help you if you want to edit this file.

m0rphtail commented 2 years ago

awesome, thanks :+1: