Skip to content

Always defaults to FZF. Rofi missing custom config #298

@Nillinn

Description

@Nillinn
  • Lobster always picks FZF menu as long as use_external_menu is present in the config file. It will only pick Rofi when using the --rofi flag.

  • Rofi configs won't be used no matter what (using --rofi flag or setting up use_external_menu in the config doesn't make a difference)

  • OS: Arch (and CachyOS on another PC)

  • Terminal: Kitty

  • My ~/.config/lobster/lobster.sh:

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions