From e8ecde9a6a697d01f78cbbbd089efd97dc3be578 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 30 Nov 2019 11:41:42 +0100 Subject: [PATCH] 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) --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index e7056c9..0cbbd0b 100644 --- a/.xinitrc +++ b/.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