forked from extern/nix-config
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:
parent
7869b118a1
commit
6b69d7fbab
@ -59,8 +59,7 @@ if [[ "$VIRTUAL" != "none" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Start picom (prevents screen tearing)
|
# Start picom (prevents screen tearing)
|
||||||
# Note: --experimental-backends adds support for dual kawase blur
|
picom -b
|
||||||
picom --experimental-backends -b
|
|
||||||
|
|
||||||
# Start bar
|
# Start bar
|
||||||
tint2 &
|
tint2 &
|
||||||
|
Loading…
Reference in New Issue
Block a user