gotbletu / shownotes

notes for videos from my youtube channel
https://www.youtube.com/user/gotbletu
GNU General Public License v3.0
911 stars 173 forks source link

fzf-nova some minor corrections #42

Closed RaZ0rr-Two closed 2 years ago

RaZ0rr-Two commented 3 years ago

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 3 years ago

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 3 years ago
  1. might be they updated the alacritty version from when i last used. Thanks for the info tho
  2. there is no option to go back after you selected a script, just hit escape and launch it again is the quickest way