From c4f13d62b26e1760d20a8e610334a57a22c4c029 Mon Sep 17 00:00:00 2001 From: xarcgit Date: Sun, 29 Dec 2024 22:31:32 +0530 Subject: [PATCH] Remove Spotify and Tmux server launch commands from bspwm configuration --- config/bspwm/bspwmrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 9142a7d..fa25815 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -59,11 +59,5 @@ pidof -q sxhkd || { sxhkd -c "${DIR}"/sxhkdrc & } # Launch dunst notification daemon pidof -q dunst || { dunst -config "${DIR}"/dunstrc & } -# Spotify -pidof -q spotifyd || { spotifyd --config-path $HOME/.config/spotifyd/spotifyd.conf & } - -# Tmux server -pidof -q tmux || { tmux start-server & } - # Fix cursor xsetroot -cursor_name left_ptr