1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00

Batch of changes

This commit is contained in:
J. Fernando Sánchez
2020-04-15 17:19:21 +02:00
parent fd2ca33e0d
commit 2574a62403
16 changed files with 128 additions and 46 deletions

View File

@@ -24,12 +24,12 @@ shadow-exclude = [
# Opacity
#mark-override-focused = true;
#menu-opacity = 0.9;
inactive-opacity = 0.95;
# inactive-opacity = 0.95;
# active-opacity = 0.8;
# frame-opacity = 0.7;
inactive-opacity-override = false;
alpha-step = 0.06;
inactive-dim = 0.2;
inactive-dim = 0.4;
#inactive-dim-fixed = false;
# blur-background = true;
# blur-background-frame = true;
@@ -43,7 +43,13 @@ blur-background-exclude = [
];
# opacity-rule = [ "80:class_g = 'URxvt'" ];
#
opacity-rule = [ "99:_NET_WM_STATE@:32a = '_NET_WM_STATE_FULLSCREEN'" ];
opacity-rule = [
"99:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'",
"99:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
"99:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
"99:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
"99:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
];
@@ -68,11 +74,19 @@ vsync = "none";
dbe = false;
paint-on-overlay = true;
# sw-opti = true;
# unredir-if-possible = true;
unredir-if-possible = true;
# unredir-if-possible-delay = 5000;
# unredir-if-possible-exclude = [ ];
focus-exclude = [ "class_g = 'Cairo-clock'",
"class_g = 'Popcorn Time'" ];
"class_g = 'Popcorn Time'",
# "class_g = 'firefox'",
# prevents dimming fullscreen windows
"_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'",
"_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
"_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
"_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
"_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
];
detect-transient = true;
detect-client-leader = false;
invert-color-include = [ ];