Albin Larsson

Results 225 comments of Albin Larsson

@RedBearAK It doesn't matter how you bind the keyboard command to trigger the `ulauncher-toggle` command. That's not what the issue is. The issue is that the window manager doesn't let...

I'm not opposed to it if you're willing to research how to do it and pitch a solution that's easy to maintain. However I would suggest to just use a...

The height of the Ulauncher window is based on how many results it's showing. So it would be foolish to center vertically. Then when it changes height, you center again...

We could support moving the window and saving the position. In fact we do support moving it i the working branch. One issue though, is that Wayland doesn't allow that...

I briefly thought this also in the past. It's not a high prio task for me, but I'm in favor of this change if applied only for the selected result....

I really appreciate your feedbacks and suggestions. I mostly avoided slow extensions myself, so I didn't see the extent of the issue. However, I think the solution isn't needed. What...

> Compared to javascript, python is not good at asynchronous programming and GUI programming. I agree. I think JavaScript is actually way better for what we do (especially Typescript) because...

> it can avoid blocking the main thread. And it works fine with my time-consuming extension. But I don't know what the side effects will be, because I haven't understand...

I'm going to merge the PR. The way I see it it fully solves the problem and doesn't add any cost. It could potentially be improved on, like adding the...

Ok :+1: I renamed the title to clarify/limit the scope a bit.