bspwm: Remove picom experimental-backends

This fixes an issue where picom wouldn't load since we were using an
outdated command.
This commit is contained in:
Donovan Glover 2023-03-19 19:09:22 -04:00
parent 7869b118a1
commit 6b69d7fbab
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -59,8 +59,7 @@ if [[ "$VIRTUAL" != "none" ]]; then
fi
# Start picom (prevents screen tearing)
# Note: --experimental-backends adds support for dual kawase blur
picom --experimental-backends -b
picom -b
# Start bar
tint2 &