[X] Fix flashfocus autostart error

Until flashfocus [#54](https://github.com/fennerm/flashfocus/issues/54)
is fixed, the short option for lone window flashing does not work as
expected. This changes it to use the long option instead.
This commit is contained in:
Marty Oehme 2020-07-05 10:27:31 +02:00
parent e913d1c176
commit 9872bdf3fe
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A

View file

@ -56,7 +56,7 @@ type unclutter >/dev/null 2>&1 && unclutter &
# picom is the maintained version of desktop compositor compton
type picom >/dev/null 2>&1 && picom &
# flashfocus 'flashes' windows as they gain focus
type flashfocus >/dev/null 2>&1 && flashfocus -l never &
type flashfocus >/dev/null 3>&1 && flashfocus --flash-lone-windows never &
# redshift removes blue light from display as it gets dark outside
type redshift >/dev/null 2>&1 && redshift &