diff --git a/X/.config/xresources/xinitrc b/X/.config/xresources/xinitrc index a8a9bdf..a2644a9 100644 --- a/X/.config/xresources/xinitrc +++ b/X/.config/xresources/xinitrc @@ -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 &