You are not logged in.

#1 2019-11-18 09:26:30

Ploppz
Member
Registered: 2013-09-14
Posts: 313

[solved] Compton-tryone breaks graphical session

Edit: It works with this config https://github.com/avahe-kellenberger/d … arent.conf
Edit2: Actually still get the same if I start with -b flag in .xinitrc, but not if I start in a terminal.

picom works fine. I installed compton-tryone instead for blur effects, but when I start compton - in xinitrc or just in a shell inside i3 (same with bspwm) - the graphical session becomes entirely useless: All windows disappear and there is only the background image which was set with feh, and the mouse which I can move around. Everything reappears when I kill compton.

Config:

backend = "glx";

glx-no-stencil = true;

glx-copy-from-front = false;

shadow = true;
shadow-radius = 5;
shadow-offset-x = -5;
shadow-offset-y = -5;
shadow-opacity = 0.5;

shadow-exclude = [
    "! name~=''",
    "name = 'Notification'",
    "name = 'Plank'",
    "name = 'Docky'",
    "name = 'Kupfer'",
    "name = 'xfce4-notifyd'",
    "name *= 'VLC'",
    "name *= 'compton'",
    "name *= 'Chromium'",
    "name *= 'Chrome'",
    "class_g = 'Firefox' && argb",
    "class_g = 'Conky'",
    "class_g = 'Kupfer'",
    "class_g = 'Synapse'",
    "class_g ?= 'Notify-osd'",
    "class_g ?= 'Cairo-dock'",
    "class_g ?= 'Xfce4-notifyd'",
    "class_g ?= 'Xfce4-power-manager'",
    "_GTK_FRAME_EXTENTS@:c",
    "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];
shadow-ignore-shaped = false;


inactive-opacity = 1;
active-opacity = 1;
frame-opacity = 1;
inactive-opacity-override = false;

inactive-dim = 0.1;
blur-background-fixed = false;
blur-background-exclude = [
    "window_type = 'dock'",
    "window_type = 'desktop'"
];

fading = false;
fade-delta = 4;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-exclude = [ ];
mark-wmwin-focused = true;
mark-ovredir-focused = true;
use-ewmh-active-win = true;
detect-rounded-corners = true;

detect-client-opacity = true;

refresh-rate = 0;

vsync = true;

dbe = false;

unredir-if-possible = false;

focus-exclude = [ ];

detect-transient = true;
detect-client-leader = true;


wintypes:
{
    tooltip =
    {
        fade = true;
        shadow = false;
        opacity = 0.85;
        focus = true;
    };
};

xrender-sync-fence = true;

Last edited by Ploppz (2019-11-20 08:10:43)

Offline

Board footer

Powered by FluxBB