1
0
Fork 0

remove experimental flag from picom

This commit is contained in:
Luca Bilke 2023-01-28 16:59:10 +01:00
parent e2ddf934dc
commit 21c0906d38
1 changed files with 1 additions and 2 deletions

View File

@ -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