alex35mil / NeoHub

Instance manager for Neovide
44 stars 8 forks source link

Add parameters #17

Closed TyrannosaurusLjx closed 2 months ago

TyrannosaurusLjx commented 3 months ago

Can neohub use neovide's arguments? For example neovide --frame transparent

image

falcucci commented 2 months ago

Yep, just use the --opts command option to pass through it

neohub $PWD/$1 --opts --frame buttonless --no-fork --title-hidden --no-vsync --no-idle --no-tabs
TyrannosaurusLjx commented 2 months ago

Yep, just use the --opts command option to pass through it

neohub $PWD/$1 --opts --frame buttonless --no-fork --title-hidden --no-vsync --no-idle --no-tabs

Thanks !