Adapt compton config to new naming scheme picom

This commit is contained in:
Marty Oehme 2019-11-18 18:09:37 +01:00
parent a1c8b56003
commit 717b9d9096
2 changed files with 4 additions and 4 deletions

View file

@ -53,8 +53,8 @@ type xcape >/dev/null 2>&1 && xcape -e 'Control_L=Escape'
# if unclutter exists start it
type unclutter >/dev/null 2>&1 && unclutter &
# if compton exists then we can start it as our compositor
type compton >/dev/null 2>&1 && compton &
# if picom exists then we can start it as our compositor
type picom >/dev/null 2>&1 && picom &
# same deal with flashfocus as our active window indicator
type flashfocus >/dev/null 2>&1 && flashfocus -l never &
# if redshift is installed run it