Adapt compton config to new naming scheme picom
This commit is contained in:
parent
a1c8b56003
commit
717b9d9096
2 changed files with 4 additions and 4 deletions
4
.xinitrc
4
.xinitrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue