#!/bin/bash

# used as one of the i3 keybindings, this is used to pause the movie player

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