Lubuntu LXDE 在康普顿运行 Gis 天气时出现问题

Lubuntu LXDE 在康普顿运行 Gis 天气时出现问题

我已经在 Google 上搜索了很多次,只能假设我没有正确设置 compton.conf。我的 Gis Weather 上有阴影和模糊背景,而它应该是透明的。我查看了我的 Gis Weather 配置文件,看看我是否可以像设置 conky 那样将 own_window-type 设置为桌面,但我在配置文件的任何地方都找不到那一行。我也尝试过设置 compton.conf 文件,但没有成功。我才摆弄 conky 和 ​​compton 几个星期,所以我还不太确定自己在做什么。

任何帮助,将不胜感激。

这是我的 compton.conf 文件。

shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 5;
shadow-offset-x = -4;
shadow-offset-y = -4;
shadow-opacity = 0.4;
shadow-red = 0.0;
shadow-green = 0.0;
shadow-blue = 0.0;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "name *= 'Firefox'", "name *= 'VLC'", "name*='youtube'" ];
shadow-ignore-shaped = false;
menu-opacity = 0.75;
inactive-opacity = 0.75;
active-opacity = 1.0;
frame-opacity = 1.0;
inactive-opacity-override = false;
alpha-step = 0.15;
inactive-dim = 0.5;
blur-kern = "3x3box";
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
fading = true;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-exclude = [ ];
backend = "glx";
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "opengl-swc";
dbe = false;
paint-on-overlay = true;
focus-exclude = [ "class_g = 'Cairo-clock'" ];
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
glx-copy-from-front = false;
glx-swap-method = "undefined";
wintypes : 
{
  tooltip : 
  {
    fade = true;
    shadow = false;
    opacity = 0.75;
    focus = true;
  };
};
fade-delta = 20;
inactive-dim-fixed = false;

相关内容