From d1e7858a2fcd2f23972f57438e5930f2ab6fb350 Mon Sep 17 00:00:00 2001 From: Joachim Date: Sun, 19 Jul 2020 17:44:28 +0200 Subject: [PATCH] Changed to picom experimental. --- dot_dotfiles/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_dotfiles/i3/config b/dot_dotfiles/i3/config index 59e0599..0d2be19 100644 --- a/dot_dotfiles/i3/config +++ b/dot_dotfiles/i3/config @@ -399,8 +399,8 @@ exec --no-startup-id xfce4-power-manager # load the wallpaper exec_always --no-startup-id sh ~/.fehbg -# start compton: compositor that allows, for example, transparency -exec --no-startup-id compton +# start picom: compositor that allows, for example, transparency +exec --no-startup-id picom --experimental-backends # start greenclip, this somehow fails to start at launch (sometimes?) exec --no-startup-id systemctl --user start greenclip