voidplayer
voidplayer
```python left, top, right, bottom = font.getbbox(text) size = (right - left, bottom) assert size == font.getsize(text) # always True ``` This is a good example code indeed > However,...
Yeah, i see that now I have a few other things that use those values tho, for drawing lines and other things In the end, it was easier for me...
What option do you have in preferecences/general/non-focus pull up behaviour? Does it always happen?
My "workaround" this is to have several tilda instances open. 2 on the wider screen and 1 in the other one. at 60% of heigh. This way i can have...
general > window display >always on top
I understand your workflow. I dont think is currently possible with tilda. You want to toggle the autohide, not the always on top. Always on top is the same as...
Im just an user like you, but i think current maintainer is quite busy and he doesnt run freebsd Would you mind looking into what could be the a fix...
A shortcut to switching between 2 window positions would be a nice feature indeed :) The current developer is quite busy, I wouldnt hold my breath for this tho As...
If you want responsiveness you have to disable the animation ``` preferences/appearance/animated pull-down ``` I dont think this is a bug.
``` A typical GTK animation doesn't block user input for the time it is in progress ``` Those are probably gnome-shell animations and dependant on the window manager For example,...