1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-27 15:36:49 +00:00

Fish: scrcpy function to set screen crop

This commit is contained in:
Phantop 2019-01-26 19:21:38 -05:00
parent a425fa63b1
commit e3c5d51374

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.cgVcDU/scrcpy.fish @ line 1
function scrcpy
command scrcpy -c 1009:1794:35:70 $argv
end