fixed screen tearing on desktop and updated bspwmrc for pulseaudio enabling at startup

This commit is contained in:
tomit4 2022-05-28 09:47:22 -07:00
parent 5448b7d548
commit f14ecbbb9c
2 changed files with 8 additions and 7 deletions

View file

@ -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