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

@ -3,15 +3,16 @@
#Autostart
#Desktop
xrandr --output HDMI-0 --brightness 1.1
xrandr --output HDMI-0 --brightness 1.1 & #--set TearFree on &
#Laptop
# xbacklight -set 70
picom --config /home/brian/.config/picom/picom.conf &
picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends &
feh --bg-fill /home/brian/Pictures/nord_mountains.png &
# feh --bg-fill /home/brian/Pictures/gruvbox_braille.png &
dunst &
xbanish &
pulseaudio --start &
bst -e btop &
#sxhkd keybindings

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