summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-17 04:38:28 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-17 04:38:28 +0900
commitc58bfa168fed713821dd434632e8da4ac65df479 (patch)
tree06ea72879c38800b2eab82582279b9918ace1268
parent9769718cdd5c9d617d5726f7baec5a3220a798cd (diff)
modified x11/xprofileHEADmaster
-rw-r--r--ar/.config/x11/xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/x11/xprofile b/ar/.config/x11/xprofile
index 5586a08..bbdb04f 100644
--- a/ar/.config/x11/xprofile
+++ b/ar/.config/x11/xprofile
@@ -11,7 +11,7 @@ setbg & # set the background with the `setbg` script
# xrdb "${XDG_CONFIG_HOME:-${HOME}/.config}/x11/xresources" &
# xrdbpid=$!
-autostart="mpd xcompmgr dunst unclutter pipewire blueman-applet remapd clipmenud mpd-mpris"
+autostart="mpd xcompmgr dunst unclutter pipewire blueman-applet remapd clipmenud"
for program in $autostart; do
pidof -sx "$program" || "$program" &