I3 blocks changed after update

Hi,

Today I had an update, all went fine, but after reboot , my bar (i3blocks) is like 20 % bigger XD

I checked config and i3blocks.config but nothing changed there ( like font size etc)

what I am missing ?

Thanks

It is probably the xorg dpi update which seems to impact some things but not others.

See here:

3 Likes

if you do not have dpi set on i3 the xorg-server update will show that issue for you

i use .Xrescources with it:

Xcursor.size: 20
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.dpi: 92
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
1 Like

I used only value for xft.dpi but after2021-11-10-17:08:20-screenshot
reboot something is messed up.

I dont know if it is visible on screenshoot, but for example when I want to click on browser address , click over it doesn’t work. But if I move mouse for like 0.5 cm over, than it is working… and it is the same for everything

For now, I switched to default .Xresources . I can live for now with bigger font.

Those click and miss is much bigger bug so xD

2021-11-10_17-20
is this with all windows?

1 Like

no

Had the same problem. Also have some trouble logging in. Cannot log in directly with i3, and don’t know why but if I log in with gnome and log out, then I can log in with i3.

i have the same problem
i put xrandr --dpi 96 in my .xprofile
and it is all normal again :slightly_smiling_face:

2 Likes
[2021-11-11T01:22:16+0100] [ALPM] upgraded xorg-server-common (21.1.1-2 -> 21.1.1-3)
[2021-11-11T01:22:16+0100] [ALPM] upgraded xorg-server (21.1.1-2 -> 21.1.1-3)

Upgrading xorg-server to 21.1.1-3 currenty in testing repo seems to resolve the issue with the huge fonts in my eno3-i3wm system.

Regardless of the xorg server update, it is a good idea to configure dpi settings system-wide in various setups.

I did this some time ago because of problems that my cursor did not have a uniform size across all applications and my two monitors also have different pixel numbers.