From 866ef062f8c0873862c9e8c3442c64618c156aa2 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 12 Jan 2023 19:35:52 +0530 Subject: autostarting mpd --- .xprofile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.xprofile b/.xprofile index d3db31c..9d5e1df 100755 --- a/.xprofile +++ b/.xprofile @@ -11,6 +11,7 @@ dbus-update-activation-environment --all # autostart apps for both xmonad and any other DE emacs --daemon & +mpd & # autostart apps for xmonad if [[ $DESKTOP_SESSION = "xmonad" ]]; then @@ -20,11 +21,9 @@ if [[ $DESKTOP_SESSION = "xmonad" ]]; then xrandr --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --primary --mode 1920x1080 --pos 1920x749 --rotate normal # autostart apps - blueman-applet & + nitrogen --restore & picom & dunst & udiskie & - nitrogen --restore & polystart & - fi -- cgit v1.2.3