minor update
This commit is contained in:
parent
113372358a
commit
9a7a217240
@ -27,6 +27,10 @@ autostart=(
|
|||||||
"picom"
|
"picom"
|
||||||
|
|
||||||
"input-leap"
|
"input-leap"
|
||||||
|
|
||||||
|
"plumber"
|
||||||
|
|
||||||
|
"mpd"
|
||||||
)
|
)
|
||||||
|
|
||||||
for program in "${autostart[@]}"; do
|
for program in "${autostart[@]}"; do
|
||||||
|
|||||||
@ -13,4 +13,4 @@ file=$(fd .mp3 $HOME/music -p -t f | sort | sed "s|^$HOME/music/||" | dmenu) ||
|
|||||||
|
|
||||||
echo "$file"
|
echo "$file"
|
||||||
|
|
||||||
notify-send "Playing $file" && mpc insert "$file" && mpc next >/dev/null && mpc play >/dev/null
|
notify-send "Playing $file" && mpc insert "$file" && mpc next >/dev/null
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user