-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Replace alacritty terminal to foot #57
Replace alacritty terminal to foot #57
Conversation
interesting, thanks for the contribution :) I will give it a spin and see. Lets wait maybe some ppl could vote here about it. |
Co-authored-by: Denys Kondratenko <[email protected]>
Could anybody explain me why this in # Font configuration (changes require restart)
font:
# The size to use.
size: 11.5
# The normal (roman) font face to use.
normal:
family: Fira Code
# Style can be specified to pick a specific face.
style: Medium
# The bold font face
bold:
family: Fira Code
# The italic font face
italic:
family: Fira Code and this in font=Fira Code:style=Medium:size=11.5 gives me significantly larger fonts in foot? I have to go all the way to 9 for |
@mcepl i actually have the same question as well. you might want to ask dnkl - the creator of foot. but if i have to guess, it might have to do with dpi scaling.. okay i will ask him myself |
According to dnkl
Reference issue: https://codeberg.org/dnkl/foot/issues/1082 |
Shouldn’t we have |
alright, will do. |
btw, I am trying foot now on my openSUSEway TW, and I was wrong about 0.7 opacity, it is quite dark with default background that is default there. 0.5 works as a charm. but I think that is more a question for personal taste. For most of the users they wouldn't have issue to configure it in |
- adding `dpi-aware=no` to avoid surprises for new users - update alpha to 0.5
Do we care that alacritty is in Rust and foot is plain C? |
nope. |
OK, so the only unresolved problem for me is that I cannot make URLs clickable. Ah, I see, https://codeberg.org/dnkl/foot#user-content-urls That’s pretty lame, and those letters are really hard to read. |
Short reminder: in case we switch we should update https://en.opensuse.org/Sway#fzf |
Foot and alacritty share similar goals as they try to be a minimalistic terminal emulators only giving simpler features. But foot is very lightweight, both in dependencies and memory usage in comparison to alacritty. Both are great terminals and both are native on Wayland.
Reason for replacement was because of this PR swaywm/sway#6255 (comment)
Not sure if you like it but I will gladly close this if you don't :)