Open fz68 opened 3 weeks ago
The popup is rendered with foot
, you have 3 options:
~/.config/foot/foot.ini
and set font=Liberation Mono:size=20
/internal/cmds/fzf.go
and change the terminal to alacritty
, then ./scripts/build
shellSwitcher = `
alacritty -o font.size=20.0 -o window.title "sway-yasm" --command sway-yasm fzf switcher
`
shellSwitcher = `
foot --config ~/.config/foot/sway-yasm.ini --title "sway-yasm" sway-yasm fzf switcher
`
You can PR the 3rd one, as it seems the most reasonable.
I try this in sway config, it works.