fixed screen tearing on desktop and updated bspwmrc for pulseaudio enabling at startup
This commit is contained in:
parent
5448b7d548
commit
f14ecbbb9c
2 changed files with 8 additions and 7 deletions
|
|
@ -132,7 +132,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
|||
#
|
||||
# opacity-rule = []
|
||||
# opacity-rule = [ "70:class_g = '/usr/bin/st'" ];
|
||||
|
||||
opacity-rule=[ "100:fullscreen", "100:!fullscreen" ];
|
||||
|
||||
#################################
|
||||
# Corners #
|
||||
|
|
@ -205,10 +205,10 @@ blur-background-exclude = [
|
|||
# daemon = false
|
||||
|
||||
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
|
||||
# `xrender` is the default one.
|
||||
#
|
||||
# backend = "glx"
|
||||
backend = "xrender";
|
||||
# `xrender` is the default one
|
||||
# Set to "glx" with nvidia drivers prevents fullscreen screen tearing
|
||||
backend = "glx"
|
||||
# backend = "xrender";
|
||||
|
||||
# Enable/disable VSync.
|
||||
# vsync = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue