🔖 Update config

This commit is contained in:
Smirnov Olexandr 2020-10-31 22:52:51 +02:00
parent 99cc99c7d4
commit 394d56fa69
27 changed files with 478 additions and 398 deletions

View file

@ -6,9 +6,7 @@ shadow = true;
shadow-radius = 11;
shadow-offset-x = -7;
shadow-offset-y = -7;
shadow-exclude = [
"name = 'Notification'"
];
shadow-exclude = [];
############ Fading ###########
@ -18,15 +16,19 @@ fade-out-step = 0.03;
##### Transparency/Opacity ####
inactive-opacity = 0.8;
#inactive-opacity = 0.8;
inactive-opacity = 1;
frame-opacity = 0.7;
inactive-opacity-override = false;
#inactive-opacity-override = true;
focus-exclude = [];
##### Background-Blurring #####
blur-kern = "3x3box";
blur-background-exclude = [ "window_type = 'desktop'" ];
blur-background-exclude = [
"window_type = 'desktop'"
];
####### General Settings ######
@ -43,8 +45,7 @@ detect-client-leader = true;
glx-no-rebind-pixmap = true;
use-damage = true;
log-level = "warn";
wintypes:
{
wintypes: {
tooltip = { fade = true; shadow = false; opacity = 1; focus = true; full-shadow = false; };
menu = { fade = true; shadow = false; };
popup_menu = { fade = true; shadow = false; };