fzf-nova some minor corrections
RaZ0rr-Two opened this issue · 2 comments
RaZ0rr-Two commented
For alacritty, I had to change the commands to
alacritty -t fzf-nova --option window.dimensions.columns=90 --option window.dimensions.lines=20 -option window.position.x=350 -option window.position.y=200 -e path/to/fzf-nova
Change dimensions and position accordingly. Also, you can provide --config-file
to give a path to custom .yml file (from man alacritty
)
Also, I added -L
to find
command before the path since I have fzf-nova as a symlink fro my dotfiles repo.
RaZ0rr-Two commented
Also, how can I go back after I select an option. Like after selecting applauncher
. How to cancel and go back to home
gotbletu commented
- might be they updated the alacritty version from when i last used. Thanks for the info tho
- there is no option to go back after you selected a script, just hit escape and launch it again is the quickest way