mirror of
https://github.com/italicsjenga/dotfiles.git
synced 2024-11-24 01:51:32 +11:00
Fixed Compton vsync to remove tearing while scrolling in Firefox
This commit is contained in:
parent
6fe437ed3b
commit
b347009f95
|
@ -8,6 +8,6 @@ fi
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
sh ~/.fehbg &
|
sh ~/.fehbg &
|
||||||
compton -b &
|
compton --vsync opengl -b &
|
||||||
sxhkd &
|
sxhkd &
|
||||||
exec bspwm
|
exec bspwm
|
||||||
|
|
Loading…
Reference in a new issue