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:
parent
a425fa63b1
commit
e3c5d51374
4
.config/fish/functions/scrcpy.fish
Normal file
4
.config/fish/functions/scrcpy.fish
Normal 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
|
Loading…
Reference in a new issue