madprops
madprops
Alright that seems to have altered the cpu consumption. It now idles at 0-2% as you said, and jumps to 4-7% when playing which is ok. I'll close this now,...
BTW I wondered why it wasn't possible to middle click queue when using the search (semi transparent window). I expected middle clicking results there would work.
Options on the corner, with icon. Link moved to footer. 
Does qtermwidget work on pyside6? I can't find documentation on how to use it.
Is there a fork that fixes this?
How would you truncate the final dictionary that includes the system etc?
It indeed blocks until the first token is produced, but cancelling it after that is trivial. The other similar issue is cancelling a model that is loading.
Hi ! First of all, it might be cleaner if you just have a "madwigets" directory in your root and place the files there, so you don't have to modify...
Oh and I forgot to show how to use it. I use it through these functions: ``` local autotimer = require("madwidgets/autotimer/autotimer") function Utils.timer(title, minutes) autotimer.start_timer(title, minutes, function() Utils.msg("Timer ended") end)...
Totally agree with this. What each action does should be hopefully configurable too. I would use middle click for Desktop Grid. And normal click for Present Windows. But I could...