Fix another typo

This commit is contained in:
Anthony Rose 2023-09-11 20:44:49 +01:00
parent 33115dc801
commit 1ac40b0ee6

View file

@ -3,9 +3,9 @@
xset b off # Disable the audible bell.
xrandr --dpi 96 # Set the fonts to the normal DPI.
xrdb -load "$HOME/.Xresources"
if [ -x /usr/local/bin/piconf ]
if [ -x /usr/local/bin/picom ]
then
/usr/local/bin/piconf -b
/usr/local/bin/picom -b
fi
if [ -x /usr/local/bin/hsetroot ]
then