vyryls has quit [Remote host closed the connection]
vyryls has joined #foot
awesomerly has quit [Remote host closed the connection]
vyryls has quit [Quit: WeeChat 3.8]
alexherbo2 has joined #foot
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #foot
taupiqueur has quit [Ping timeout: 264 seconds]
taupiqueur has joined #foot
alexherbo2 has quit [Ping timeout: 260 seconds]
taupiqueur has quit [Ping timeout: 260 seconds]
taupiqueur has joined #foot
xd1le has joined #foot
alexherbo2 has joined #foot
taupiqueur has quit [Remote host closed the connection]
taupiqueur has joined #foot
taupiqueur has quit [Remote host closed the connection]
taupiqueur has joined #foot
alexherbo2 has quit [Remote host closed the connection]
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #foot
alexherbo2 has joined #foot
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #foot
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #foot
taupiqueur has quit [Ping timeout: 252 seconds]
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #foot
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #foot
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #foot
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #foot
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #foot
taupiqueur has joined #foot
pants has quit [Quit: bye]
pants has joined #foot
alexherbo2 has quit [Remote host closed the connection]
xd1le has quit [Quit: xd1le]
alexherbo2 has joined #foot
alexherbo2 has quit [Remote host closed the connection]
remexre has joined #foot
Nulo has quit [Remote host closed the connection]
vyryls has joined #foot
<remexre>
I'm using foot with a bitmap font that has both 16px and 24px sizes (among others), and a Sway-configured scale factor of 1.5. What's the right way to make a pixelsize=16 result in just rendering the 24px version "pixel-perfect" ?
bgs has joined #foot
vyryls has quit [Quit: WeeChat 3.8]
<dnkl>
remexre: you can't, not with a fractional scaling factor
<dnkl>
in fact, you can't get *any* font pixel perfect with fractional scaling
<remexre>
dnkl: maybe I misunderstand how the scaling works then; I thought it was a request to the client that it scale sizes appropriately
<remexre>
er, client in X terms at least; I'm new to Wayland, and not familiar with its architecture
<dnkl>
that's true for integer scaling factors
<dnkl>
with fractional scaling, the client scales to the nearest integer factor. The compositor then down scales the rendered image
<remexre>
oh... that's unfortunate... is there a better way to handle displays that have a DPI that's in between 96 and 192?
<dnkl>
use larger font sizes...
<remexre>
can I configure font size per-monitor?
<dnkl>
not in foot
<dnkl>
if your monitors are at the same *viewing* distance you can set dpi-aware=yes in foot.ini
<remexre>
foot --font="...:pixelsize=24" -o main.dpi-aware=yes is all I should need?
<dnkl>
ah, no, dpi-aware rendering won't work with bitmap fonts... forgot to mention that.