minor update

This commit is contained in:
Solomon Laing 2025-05-26 22:01:18 +09:30
parent 113372358a
commit 9a7a217240
2 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,10 @@ autostart=(
"picom"
"input-leap"
"plumber"
"mpd"
)
for program in "${autostart[@]}"; do

View File

@ -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