mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +03:00
8 lines
256 B
Bash
Executable file
8 lines
256 B
Bash
Executable file
#!/bin/bash
|
|
|
|
[ -z "$1" ] && exit
|
|
killall xwinwrap
|
|
|
|
sleep 0.3
|
|
|
|
xwinwrap -ov -g 1368x768+0+0 -- mpv -wid WID "$1" --no-osc --no-osd-bar --loop-file --player-operation-mode=cplayer --no-audio --panscan=1.0 --no-keepaspect --no-input-default-bindings --hwdec&
|