[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:
parent
e913d1c176
commit
9872bdf3fe
1 changed files with 1 additions and 1 deletions
|
@ -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 &
|
||||
|
||||
|
|
Loading…
Reference in a new issue