taffybar
taffybar copied to clipboard
Struct size incorrect when doing HiDPi through GTK3 env var
Previous discussion: https://github.com/travitch/taffybar/issues/179#issuecomment-377809032
- Set
GDK_SCALE=2
per https://wiki.archlinux.org/index.php/HiDPI#GDK_3_.28GTK.2B_3.29 - Start Xmonad with Taffybar (all default configs)
- Start a terminal window
- Notice that Taffybar scaled properly, but is obscured
This sort of thing is actually going to be handled by gtk-strut see #268, so I think this will actually best be handled there.
I am also suffering this problem - taffybar is cut in half on my end.
Right, gtk-strut just doesn't support this type of scaling. It would need to account for it in it's code
Oh actually it looks like someone added a pr.to fix it ostensibly. Not sure if that be soon of gtk strut has been released though