From 21c0906d38113c719aa9c5250d08938054ab7510 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 28 Jan 2023 16:59:10 +0100 Subject: [PATCH] remove experimental flag from picom --- .config/x11/xprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 29842080..ef02a737 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -6,11 +6,10 @@ setbg & xrdb "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources" & xrdbpid=$! remaps & -autostart="checkup mpd dunst unclutter pipewire dwmblocks" +autostart="picom checkup mpd dunst unclutter pipewire dwmblocks" for program in $autostart; do pidof -s "$program" || "$program" & done >/dev/null 2>&1 -pidof -s "picom" || picom --experimental-backends & if ! pgrep -x -u "${USER}" gpg-agent 1> /dev/null 2>&1; then gpg-connect-agent /bye 1> /dev/null 2>&1