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 #Autostart
#Desktop #Desktop
xrandr --output HDMI-0 --brightness 1.1 xrandr --output HDMI-0 --brightness 1.1 & #--set TearFree on &
#Laptop #Laptop
# xbacklight -set 70 # 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/nord_mountains.png &
# feh --bg-fill /home/brian/Pictures/gruvbox_braille.png & # feh --bg-fill /home/brian/Pictures/gruvbox_braille.png &
dunst & dunst &
xbanish & xbanish &
pulseaudio --start &
bst -e btop & bst -e btop &
#sxhkd keybindings #sxhkd keybindings

View file

@ -132,7 +132,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# #
# opacity-rule = [] # opacity-rule = []
# opacity-rule = [ "70:class_g = '/usr/bin/st'" ]; # opacity-rule = [ "70:class_g = '/usr/bin/st'" ];
opacity-rule=[ "100:fullscreen", "100:!fullscreen" ];
################################# #################################
# Corners # # Corners #
@ -205,10 +205,10 @@ blur-background-exclude = [
# daemon = false # daemon = false
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one. # `xrender` is the default one
# # Set to "glx" with nvidia drivers prevents fullscreen screen tearing
# backend = "glx" backend = "glx"
backend = "xrender"; # backend = "xrender";
# Enable/disable VSync. # Enable/disable VSync.
# vsync = false # vsync = false