From cdbbf2a3b295bb97b7b657b5d7a46a103fa64f2d Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Mon, 30 Sep 2019 11:34:06 +0200 Subject: [PATCH] fix: disable shadows --- .xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xprofile b/.xprofile index 22870b6..b94b078 100644 --- a/.xprofile +++ b/.xprofile @@ -1 +1 @@ -xcompmgr -c & +xcompmgr -c -r0 &