forked from logan/dotfiles
Windows now are slightly dimmer if not focused
This commit is contained in:
parent
6e175dc653
commit
2580e917a4
1 changed files with 6 additions and 6 deletions
|
@ -104,7 +104,7 @@ inactive-opacity = 1;
|
|||
|
||||
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
|
||||
# frame-opacity = 1.0
|
||||
frame-opacity = 0.7;
|
||||
frame-opacity = 1.0;
|
||||
|
||||
# Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows.
|
||||
# inactive-opacity-override = true
|
||||
|
@ -114,7 +114,7 @@ inactive-opacity-override = false;
|
|||
# active-opacity = 1.0
|
||||
|
||||
# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
|
||||
# inactive-dim = 0.0
|
||||
inactive-dim = 0.1
|
||||
|
||||
# Specify a list of conditions of windows that should always be considered focused.
|
||||
# focus-exclude = []
|
||||
|
@ -139,12 +139,12 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
|||
|
||||
|
||||
# Parameters for background blurring, see the *BLUR* section for more information.
|
||||
# blur-method =
|
||||
# blur-size = 12
|
||||
#blur-method = "kernel"
|
||||
#blur-size = 100
|
||||
#
|
||||
# blur-deviation = false
|
||||
#blur-deviation = false
|
||||
#
|
||||
# blur-strength = 5
|
||||
#blur-strength = 50
|
||||
|
||||
# Blur background of semi-transparent / ARGB windows.
|
||||
# Bad in performance, with driver-dependent behavior.
|
||||
|
|
Loading…
Reference in a new issue