minor update
This commit is contained in:
parent
113372358a
commit
9a7a217240
@ -27,6 +27,10 @@ autostart=(
|
||||
"picom"
|
||||
|
||||
"input-leap"
|
||||
|
||||
"plumber"
|
||||
|
||||
"mpd"
|
||||
)
|
||||
|
||||
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"
|
||||
|
||||
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