私はi3
ウィンドウマネージャとcompton
コンポジットマネージャを使用して、いくつかのウィンドウを透明にしています。これが私のcompton.conf
menu-opacity = 0.95;
inactive-opacity = 0.7;#this option doesn't work
active-opacity = 0.8;
frame-opacity = 0.7;
inactive-opacity-override = true;
alpha-step = 0.06;
inactive-dim = 0.2;
blur-kern = "3x3box";
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
fading = true;
fade-in-step = 0.03;
fade-out-step = 0.03;
opacity-rule = [
"99:class_g = 'Firefox'",
"99:class_g = 'Chromium-browser'"
];
backend = "xrender";
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "none";
dbe = false;
paint-on-overlay = true;
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
glx-copy-from-front = false;
glx-swap-method = "undefined";
すべてが(これまでのところ)完璧に機能していますが、解決できない問題が 1 つあります。同じワークスペースで2つ(またはそれ以上)のターミナルが開いている場合、inactive-opacity
オプションは正しく機能しません。フォーカスされていない端末は不透明になります (画像を参照)。どのようなアイデアでしょうか?
私は Ubuntu 16.04 を使用しており、xterm
ターミナル エミュレーターとして使用しています。