Removed deprecated picom option from bspwm's autostart

This commit is contained in:
2022-10-15 20:21:56 +02:00
parent cef3e285bb
commit 880e1f4baa

View File

@@ -10,7 +10,7 @@ sh ~/.fehbg &
variety &
## Composition manager
picom -b --experimental-backends --vsync &
picom -b --vsync &
## enable local fonts in .fonts directory
xset +fp /usr/share/fonts/local &