From adf261dab8afffb974ba0cfba611189046facd59 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 6 Apr 2026 12:34:52 -0500 Subject: [PATCH] Adjust listen-music script and README slightly --- README.md | 5 ++--- src_files/.local/scripts/listen-music | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95c0942..541c21c 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ This repo contains a collection of scripts and files related to: - scripts/executables for my local systems - anything else related to getting my boxes (computers) set up as desired -This repo grew into more than I originally intended, but it turned into a fun little -excursion into the realm of shell scripting (and an intro to Lua for the neovim -portions). +This repo grew into more than I originally intended, and turned into a fun excursion into +the realm of shell scripting. ## prereqs diff --git a/src_files/.local/scripts/listen-music b/src_files/.local/scripts/listen-music index 7c34206..2b78f29 100755 --- a/src_files/.local/scripts/listen-music +++ b/src_files/.local/scripts/listen-music @@ -2,4 +2,4 @@ cd "$DIR_MUSIC_LISTEN" -find . -type d | fzf | xargs mpv +find . -type d | fzf | xargs mpv --no-audio-display