Revert picom use of experimental backends
Experimental backends have too many hiccups still to be used full-time unfortunately. (though not surprisingly, being called experimental)
This commit is contained in:
parent
381031749e
commit
e8ecde9a6a
1 changed files with 1 additions and 1 deletions
2
.xinitrc
2
.xinitrc
|
@ -55,7 +55,7 @@ type xcape >/dev/null 2>&1 && xcape -e 'Control_L=Escape' -t 500
|
|||
# if unclutter exists start it
|
||||
type unclutter >/dev/null 2>&1 && unclutter &
|
||||
# if picom exists then we can start it as our compositor
|
||||
type picom >/dev/null 2>&1 && picom --experimental-backends &
|
||||
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…
Reference in a new issue