update everything
This commit is contained in:
parent
e842787d16
commit
9b2bd0b702
16 changed files with 224 additions and 114 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Shadow
|
||||
shadow = true;
|
||||
no-dnd-shadow = true;
|
||||
no-dock-shadow = true;
|
||||
clear-shadow = true;
|
||||
#no-dnd-shadow = true;
|
||||
#no-dock-shadow = true;
|
||||
#clear-shadow = true;
|
||||
shadow-radius = 7;
|
||||
shadow-offset-x = -7;
|
||||
shadow-offset-y = -7;
|
||||
|
|
@ -23,12 +23,11 @@ shadow-exclude = [
|
|||
# xinerama-shadow-crop = true;
|
||||
|
||||
# Opacity
|
||||
menu-opacity = 0.9;
|
||||
#inactive-opacity = 0.9;
|
||||
# active-opacity = 0.8;
|
||||
frame-opacity = 0.7;
|
||||
#inactive-opacity-override = false;
|
||||
alpha-step = 0.06;
|
||||
#alpha-step = 0.06;
|
||||
inactive-dim = 0.12;
|
||||
# inactive-dim-fixed = true;
|
||||
# blur-background = true;
|
||||
|
|
@ -60,9 +59,9 @@ mark-ovredir-focused = true;
|
|||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
refresh-rate = 0;
|
||||
vsync = "none";
|
||||
vsync = false;
|
||||
dbe = false;
|
||||
paint-on-overlay = true;
|
||||
#paint-on-overlay = true;
|
||||
# unredir-if-possible-delay = 5000;
|
||||
# unredir-if-possible-exclude = [ ];
|
||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
|
|
@ -76,7 +75,8 @@ invert-color-include = [ ];
|
|||
glx-copy-from-front = false;
|
||||
# glx-use-copysubbuffermesa = true;
|
||||
# glx-no-rebind-pixmap = true;
|
||||
glx-swap-method = "undefined";
|
||||
#glx-swap-method = "undefined";
|
||||
use-damage = true;
|
||||
# glx-use-gpushader4 = true;
|
||||
# xrender-sync = true;
|
||||
# xrender-sync-fence = true;
|
||||
|
|
@ -85,4 +85,8 @@ glx-swap-method = "undefined";
|
|||
wintypes:
|
||||
{
|
||||
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
|
||||
dock = { shadow = false; }
|
||||
dnd = { shadow = false; }
|
||||
popup_menu = { opacity = 0.9; }
|
||||
dropdown_menu = { opacity = 0.9; }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue