From 9ab71d87246ab2a7773a316346b1bde4a9062095 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 13 Nov 2021 22:05:55 +0100 Subject: [PATCH] Fix boot problem with picom compositor --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index e8e4374..fa503ea 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -37,11 +37,11 @@ exec --no-startup-id connman-gtk --tray & exec --no-startup-id pnmixer -t & # Configure screens and resolution -exec --no-startup-id ~/.config/i3/startxrandr.sh +exec --no-startup-id ~/.config/i3/startxrandr.sh & # Load compton or picom #exec --no-startup-id compton & -exec --no-startup-id picom & +exec --no-startup-id "sleep 15 && picom &" # Configure wallpaper exec --no-startup-id nitrogen --set-centered ~/wallpapers/abstract.png