mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
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
|
||||
|
||||
# Start picom (prevents screen tearing)
|
||||
# Note: --experimental-backends adds support for dual kawase blur
|
||||
picom --experimental-backends -b
|
||||
picom -b
|
||||
|
||||
# Start bar
|
||||
tint2 &
|
||||
|
Loading…
Reference in New Issue
Block a user