From f1290a1e029a52af7dcf8f0c428bf5489e427a26 Mon Sep 17 00:00:00 2001 From: krisdoodle45 <86745210+krisdoodle45@users.noreply.github.com> Date: Wed, 25 Aug 2021 19:52:20 +0000 Subject: [PATCH] "~/.local/bin/pauseallmpv" depends on socat The script pauseallmpv in the voidrice repository depends on socat to work. --- progs.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/progs.csv b/progs.csv index 9dc4dae..c426016 100644 --- a/progs.csv +++ b/progs.csv @@ -60,3 +60,4 @@ G,https://github.com/lukesmithxyz/st.git,"is my custom build of suckless's termi G,https://github.com/lukesmithxyz/dwm.git,"is the window manager." A,mutt-wizard-git,"is a light-weight terminal-based email system." ,slock,"allows you to lock your computer, and quickly unlock with your password." +,socat,"is a utility which establishes two byte streams and transfers data between them."