Skip to content

Commit

Permalink
Remove Spotify and Tmux server launch commands from bspwm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyran committed Dec 29, 2024
1 parent 6e1c841 commit c4f13d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4f13d6

Please sign in to comment.