From 7779e7c7577b34269cc69c126c3ac2681bb9aac1 Mon Sep 17 00:00:00 2001 From: Lalle <29478339+LalleSX@users.noreply.github.com> Date: Sun, 15 Oct 2023 00:20:20 +0200 Subject: [PATCH] Update xprofile --- .config/x11/xprofile | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index b8ea4032..d6b88c5e 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -8,7 +8,6 @@ setbg & # set the background with the `setbg` script #xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup autostart="mpd xcompmgr dunst unclutter pipewire remapd" -eval $(ssh-agent) for program in $autostart; do pidof -sx "$program" || "$program" &