summaryrefslogtreecommitdiff
path: root/ar/.config/x11
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-17 03:44:07 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-17 03:44:07 +0900
commit9769718cdd5c9d617d5726f7baec5a3220a798cd (patch)
tree9587b12b9e34bb7b0d020bfd5b033b6aa050474d /ar/.config/x11
parent8dad6bd19dddc9115e18c15f08b062fbed992939 (diff)
modified x11/xprofile
Diffstat (limited to 'ar/.config/x11')
-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 bbdb04f..5586a08 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"
+autostart="mpd xcompmgr dunst unclutter pipewire blueman-applet remapd clipmenud mpd-mpris"
for program in $autostart; do
pidof -sx "$program" || "$program" &