diff options
author | Ryan Kavanagh <rak@rak.ac> | 2025-09-29 14:03:50 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2025-09-29 14:03:50 -0400 |
commit | 746b38b7e630cfa2a14085422245aa05ce38d63b (patch) | |
tree | 83e763eab115b477db03aebd52c7f0f7041d52d5 | |
parent | add ~/.go/bin to PATH (diff) |
mpv binding r for rotate
-rw-r--r-- | dot_config/private_mpv/input.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/private_mpv/input.conf b/dot_config/private_mpv/input.conf new file mode 100644 index 0000000..b674700 --- /dev/null +++ b/dot_config/private_mpv/input.conf @@ -0,0 +1 @@ +r cycle_values video-rotate 90 180 270 0 |