aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-01-12 19:35:52 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-01-12 19:35:52 +0530
commit866ef062f8c0873862c9e8c3442c64618c156aa2 (patch)
treea181f995a005c0651bb2ad0d866bac011ec261d6 /.xprofile
parenta417515939c2b5a6e6ca1791fd8d4b99bf3590d7 (diff)
autostarting mpd
Diffstat (limited to '.xprofile')
-rwxr-xr-x.xprofile5
1 files 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