ubuntu

ubuntu compton有哪些参数

小樊
35
2025-12-28 02:03:46
栏目: 智能运维

Compton 是一个用于 Wayland 和 X11 的 OpenGL 合成器,它可以提供各种视觉效果,如阴影、透明度、模糊等。以下是一些常用的 Compton 参数:

基本参数

合成相关参数

性能相关参数

其他参数

示例配置文件

[general]
backend = glx
vsync = adaptive
alpha-type = premultiplied
alpha-max = 255
blur-radius = 2.0
color = rgba(0, 0, 0, 0)
deinterlace = true
edge-antialiasing = true
fbo = true
gpu-acceleration = true
shadow-opacity = 0.5
shadow-radius = 10.0
shadow-shift-x = 2
shadow-shift-y = 2
transparent-pixels = true

[workspaces]
workspace-1 = true
workspace-2 = true

你可以根据需要调整这些参数,以达到最佳的视觉效果和性能平衡。

0
看了该问题的人还看了