#!/bin/bash

# this is an i3 keybinding for mpv, to resume a video after pausing

echo '{ "command": ["set_property", "pause", false] }' | socat - /tmp/mpvsocket
