You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing weird behavior where if I exec foot in my Sway startup config (after way-displays has been spawned), then the spawned terminal looks blurry. Once I kill that terminal and spawn a new one, it looks correct.
This must be related to my way-displays config:
# from `way-displays -g`:
current:
scale: 1.500 (1.440)
size: 2560x1440
position: 0,0
mode: 3840x2160@240Hz (240,000mHz)
VRR: on
I could maybe add a sleep between starting way-displays and foot but I'd really prefer not to. For now, I've resorted to just removing the startup instance of foot and manually opening it, which is not a bad solution for me. I just figured I should report this issue anyway.
The text was updated successfully, but these errors were encountered:
I think I replicated this (old person eyes) with foot, but not alacritty. Could you please post a screenshot of the blurry foot next to a non-blurry foot?
Hypothesis: the startup foot is starting with a scale of 1, which sway passes it. When changing the scale to 1.5 it is not being passed to foot, or foot is not respecting the change.
I'm experiencing weird behavior where if I
exec foot
in my Sway startup config (afterway-displays
has been spawned), then the spawned terminal looks blurry. Once I kill that terminal and spawn a new one, it looks correct.This must be related to my
way-displays
config:I could maybe add a
sleep
between startingway-displays
andfoot
but I'd really prefer not to. For now, I've resorted to just removing the startup instance offoot
and manually opening it, which is not a bad solution for me. I just figured I should report this issue anyway.The text was updated successfully, but these errors were encountered: