From 20eea7b9040f11cd36fd4e76f68b54d2bc051b0e Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Mon, 17 May 2021 00:06:17 +1000 Subject: gnu: lxqt: Use picom instead of compton. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/lxqt.scm (lxqt): [inputs]: Use picom instead of compton. Remove deprecated compton-conf. Signed-off-by: Ludovic Courtès --- gnu/packages/lxqt.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 849ed98339..fcccf669e4 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -1416,8 +1416,7 @@ desktop.") ("lxqt-themes" ,lxqt-themes) ("pcmanfm-qt" ,pcmanfm-qt) ;; Extra - ("compton" ,compton) - ("compton-conf" ,compton-conf) + ("picom" ,picom) ("font-dejavu" ,font-dejavu) ("lximage-qt" ,lximage-qt) ("obconf-qt" ,obconf-qt) -- cgit v1.2.3