lobster_editor=nvim
player=mpv
subs_language=english
use_external_menu=1
image_preview=1
history=1
histfile=~/.config/lobster/lobster_history.txt
image_config_path=~/.config/rofi/themes/custom-menu.rasi
download_dir=~/Downloads
download_video() {
yt-dlp "$1" --no-skip-unavailable-fragments --fragment-retries infinite -N 16 -o "$3/$2".mp4
}
Lobster always picks FZF menu as long as
use_external_menuis present in the config file. It will only pick Rofi when using the--rofiflag.Rofi configs won't be used no matter what (using
--rofiflag or setting upuse_external_menuin the config doesn't make a difference)OS: Arch (and CachyOS on another PC)
Terminal: Kitty
My
~/.config/lobster/lobster.sh: