resumempv (162B)
#!/bin/bash
# this is an i3 keybinding for mpv, to resume a video after pausing
echo '{ "command": ["set_property", "pause", false] }' | socat - /tmp/mpvsocket
Back (Current repo: dotfiles)my dotfiles to make it easy to transfer my settingsTo clone this repository: git clone https://git.viktor1993.net/dotfiles.git |
| Log | Download | Files | Refs |
resumempv (162B)
#!/bin/bash
# this is an i3 keybinding for mpv, to resume a video after pausing
echo '{ "command": ["set_property", "pause", false] }' | socat - /tmp/mpvsocket