We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try this in sway config, it works.
bindsym $mod+d exec alacritty -o font.size=20.0 -o window.title='Launcher' --class 'launcher' --command bash -c 'compgen -c | sort -u | fzf --layout=reverse | xargs -r swaymsg -t command exec' for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 10, move center`
The text was updated successfully, but these errors were encountered:
The popup is rendered with foot, you have 3 options:
foot
~/.config/foot/foot.ini
font=Liberation Mono:size=20
/internal/cmds/fzf.go
alacritty
./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.
Sorry, something went wrong.
No branches or pull requests
I try this in sway config, it works.
The text was updated successfully, but these errors were encountered: