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