diff options
author | Guangxiong Lin <[email protected]> | 2022-06-04 18:37:25 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-06-04 18:37:25 +0800 |
commit | 09c352c644959819cf41c3aeaf41d9c09b23b80d (patch) | |
tree | d281f75ae4a7515d559ead9bbfaab718ed8327cb /bin/my-dmenu-run | |
parent | ca6da1729156f74bb36ba94a864ab5e39e78ae3b (diff) | |
download | dotfiles-09c352c644959819cf41c3aeaf41d9c09b23b80d.tar.gz dotfiles-09c352c644959819cf41c3aeaf41d9c09b23b80d.tar.bz2 dotfiles-09c352c644959819cf41c3aeaf41d9c09b23b80d.zip |
Try using mpd and ncmpcpp
Diffstat (limited to 'bin/my-dmenu-run')
-rwxr-xr-x | bin/my-dmenu-run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/my-dmenu-run b/bin/my-dmenu-run index 83dc194..e6ddd2f 100755 --- a/bin/my-dmenu-run +++ b/bin/my-dmenu-run @@ -10,6 +10,7 @@ tui_apps=( newsboat podboat cmus + ncmpcpp ) shell=${SHELL:-"/bin/sh"} |