don't flash window if its the only one

This commit is contained in:
Marty Oehme 2019-03-15 15:21:33 +01:00
parent 51144bc904
commit 00258bc985

View file

@ -53,6 +53,6 @@ type unclutter >/dev/null 2>&1 && unclutter &
# if compton exists then we can start it as our compositor # if compton exists then we can start it as our compositor
type compton >/dev/null 2>&1 && compton & type compton >/dev/null 2>&1 && compton &
# same deal with flashfocus as our active window indicator # same deal with flashfocus as our active window indicator
type flashfocus >/dev/null 2>&1 && flashfocus & type flashfocus >/dev/null 2>&1 && flashfocus -l never &
type i3 >/dev/null 2>&1 && exec i3 type i3 >/dev/null 2>&1 && exec i3