Basti

Results 140 comments of Basti
trafficstars

Hey @SysadminLink, as Jeff and I both like your Logo, I would say let's go fit it :) Could you please attach the Krita-sources and confirm that your are OK...

I think we are open for a PR about that, as I personally have no experience with sway and currently not the time to get into it. It hink a...

Sounds like misconfiguration env or something, tested both commands individually and combined and take under a second. Can you try this script for measurement if the problem is reproducible with...

I've made the test on my machine and uninstalled dunst - still 0 seconds. Which of the commands (try to comment out one and try again) produces the wait time?...

`lock in powermenu` What Desktop Manager/Window Manager are you using? And have you done any configuration to integrate betterlockscreen there? Otherwise I would guess it just calls the default lock-tool...

> BUT, my actual lockscreen after suspend or requesting lock in powermenu, is just the unaltered wallpaper. (the wallpaper passed to betterlockscreen) How you describe your issue it sounds for...

That's the problem, I can't reproduce the issue. I've used [this image](https://s3files.core77.com/blog/images/681422_81_68310_d0ckiXyLQ.jpg) for testing with following commands: ``` ./betterlockscreen -u ~/Downloads/681422_81_68310_d0ckiXyLQ.jpg ./betterlockscreen -l ./betterlockscreen -l blur ``` Reset cache manually:...

> you are instructing BLS to use the lock_blur.jpg for the lockscreen from now on. No this is the actual lock command to lock it with the blurred cache image....

Thanks for the feedback, looks like your are on the right track now! 👍🏻

What do you think of a #245 related solution, where you could do this with creating a preLock-script and doing something like `lockargs="$lockargs -e"` there? The reason why I hesitate...