added further updates regarding recent migration to bspwm
This commit is contained in:
parent
01f972e6b8
commit
e1fc19e656
4 changed files with 17 additions and 21 deletions
|
|
@ -12,9 +12,7 @@ shadow = true;
|
|||
|
||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||
# shadow-radius = 12
|
||||
shadow-radius = 7;
|
||||
|
||||
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
|
||||
shadow-radius = 7; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
|
||||
# shadow-opacity = .75
|
||||
|
||||
# The left offset for shadows, in pixels. (defaults to -15)
|
||||
|
|
@ -103,11 +101,10 @@ fade-out-step = 0.03;
|
|||
|
||||
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
|
||||
# inactive-opacity = 1
|
||||
inactive-opacity = 0.95;
|
||||
inactive-opacity = 1;
|
||||
|
||||
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
|
||||
# frame-opacity = 1.0
|
||||
frame-opacity = 0.9;
|
||||
frame-opacity = 1.0
|
||||
|
||||
# Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows.
|
||||
# inactive-opacity-override = true
|
||||
|
|
@ -134,7 +131,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
|||
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
||||
#
|
||||
# opacity-rule = []
|
||||
# opacity-rule = ["0:class_g = 'xterm-kitty'"];
|
||||
# opacity-rule = [ "70:class_g = '/usr/bin/st'" ];
|
||||
|
||||
|
||||
#################################
|
||||
|
|
@ -252,7 +249,7 @@ detect-client-opacity = true;
|
|||
# to maximize performance for full-screen windows. Known to cause flickering
|
||||
# when redirecting/unredirecting windows.
|
||||
#
|
||||
# unredir-if-possible = false
|
||||
unredir-if-possible = false
|
||||
|
||||
# Delay before unredirecting the window, in milliseconds. Defaults to 0.
|
||||
# unredir-if-possible-delay = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue