Skip to content
Discussion options

You must be logged in to vote

opacity是透明度,和blur不是同一个东西

我已经让活动窗口和非活动窗口的opacity可以区分了,

如果你要为窗口设置固定的opacity只需要使用rulse配置即可,请参照man

也可以看看我的配置

{
    match = "class_g = 'st-256color'";
    opacity = 0.3;
    blur-background = false;
    shadow = true;
 },

这样st的透明度将保持为0.3
另外,在现在版本的picom中,有许多选项已经弃用,我们最好不要用他

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rew1nter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants