forked from extern/nix-config
bspwm: Start picom with experimental-backends
Note that this is no longer needed; this commit only exists to document when it was needed in the past.
This commit is contained in:
parent
6e8d4a543e
commit
7de7763817
@ -54,7 +54,8 @@ if [[ "$VIRTUAL" != "none" ]]; then
|
||||
fi
|
||||
|
||||
# Start picom (prevents screen tearing)
|
||||
picom -b
|
||||
# Note: --experimental-backends adds support for dual kawase blur
|
||||
picom --experimental-backends -b
|
||||
|
||||
# Change cursor size and other things based on DPI
|
||||
# Get the host width
|
||||
|
Loading…
Reference in New Issue
Block a user