pausempv (169B)
#!/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
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 |
pausempv (169B)
#!/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