djcev.com

//

Git Repos / dotfiles / config / picom / picom.conf

Last update to this file was on 2022-09-10 at 17:38.

Show picom.conf

## picom.conf

# Blurring
blur-background = false;
blur-background-fixed = false;
blur-background-frame = false;

# Dimming
# inactive-dim = 0.5;

# Fading
fading = false;
fade-delta = 5;
fade-in-step = 0.05;
fade-out-step = 0.05;

# Opacity
active-opacity = 1.0;
inactive-opacity = 1.0;

# Shadow
shadow = false;
shadow-radius = 12;
shadow-opacity = 0.66;
shadow-offset-x = 0;
shadow-offset-y = 0;

# Rules
blur-background-exclude = [
"class_g = '_HERBST_FRAME'",
"class_g = 'mpv'",
];
focus-exclude = [
"class_g = 'Fxtv'",
"class_g = 'mpv'",
"class_g = 'SDL_App'",
"x = 0 && y = 0 && override_redirect = true"
];
opacity-rule = [
"95:class_g = 'Audacity'",
"95:class_g = 'audacity.exe'",
"100:class_g = 'Chromium-browser'",
"100:class_g = 'Dvdisaster'",
"100:class_g = 'dzen'",
"100:class_g = 'Firefox'",
"100:class_g = 'Fxtv'",
"100:class_g = 'Gimp'",
"100:class_g = 'Gvim'",
"95:class_g = 'liferea'",
"95:class_g = 'Liferea'",
"100:class_g = 'mpv'",
"100:class_g = 'Navigator'",
"100:class_g = 'qt5ct'",
"100:class_g = 'QupZilla'",
"95:class_g = 'Renoise'",
"100:class_g = 'SDL_App'",
"100:class_g = 'Wine'",
"95:class_g = 'XConsole'",
"100:class_g = 'Zim'",
"100:name = 'oneko'",
"100:name = 'OpenMW'",
"100:x = 0 && y = 0 && override_redirect = true"
];

# Other
backend = "glx"
mark-wmwin-focused = true;
mark-ovredir-focused = false;
detect-rounded-corners = true;
detect-client-opacity = false;
detect-transient = false;
detect-client-leader = false;
unredir-if-possible = true;
use-damage = true;
use-ewmh-active-win = true;
xrender-sync-fence = true;

# Blur
blur:
{
method = "none";
size = 1;
strength = 9;
}

# Window type settings
# normal = { fade = false; shadow = false; opacity = 0.95; focus = false; };
wintypes:
{
desktop = {
fade = false;
shadow = false;
opacity = 1.0;
focus = true;
};
dialog = {
fade = false;
shadow = false;
opacity = 0.98;
focus = true;
};
dock = {
fade = false;
shadow = false;
opacity = 1.0;
focus = false;
};
dropdown_menu = {
fade = false;
shadow = false;
opacity = 0.98;
focus = true;
};
menu = {
fade = false;
shadow = false;
opacity = 0.98;
focus = true;
};
notification = {
fade = false;
shadow = false;
opacity = 0.98;
focus = true;
};
popup_menu = {
fade = false;
shadow = false;
opacity = 0.98;
focus = true;
};
tooltip = {
fade = false;
shadow = false;
opacity = 0.98;
focus = true;
};
};

Return to the top of this page or return to the overview of this repo.

Log picom.conf

Date Commit Message Author + -
2022-09-10 New (prelim) Q1 config + a number of minor changes cev +4 -3
2021-12-13 Expanded redshift background.sh, misc. changes cev +1  
2021-12-08 Initial commit. Dotfiles, scripts, basic Makefile. cev +136  

Return to the top of this page or return to the overview of this repo.