This commit is contained in:
edwark43 2023-12-27 19:03:47 +00:00
parent 3b8fcaf747
commit 3b6a53bd87
2 changed files with 1 additions and 4 deletions

View File

@ -45,7 +45,7 @@ bspc rule -a scratch sticky=on state=floating focus=on
. setsysvars
# Terminate already running polybar, sxhkd, dunst, and mpd instances
processes=("polybar" "sxhkd" "dunst" "mpd")
processes=("polybar" "sxhkd" "dunst")
for process in "${processes[@]}"; do
if pgrep -f "$process"; then
@ -70,8 +70,5 @@ dunst -config "$HOME"/.config/dunst/dunstrc &
# Launch polkit
pidof -q polkit-gnome-authentication-agent-1 || { /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & }
# Launch mpd
mpd
# Fix cursor
xsetroot -cursor_name left_ptr