Yuxuan Shui
Yuxuan Shui
this has weird interactions with vscode indentation detection, i need to look into this.
I found myself needing this as well. What's left to be done here?
> `vkGetDeviceQueue2`? > > > To get queues that were created with a non-zero flags parameter use [vkGetDeviceQueue2](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkGetDeviceQueue2.html). > > _from [registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkGetDeviceQueue.html](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkGetDeviceQueue.html)_ Yeah, but the runtime still needs to know...
Also the spec doesn't say what happens when an SYNCHRONIZED application stops calling `xrBegin/End/WaitFrame`.
Configuring animation is not currently easy, and it's entirely undocumented. So if you want to try this branch, here are some configurations to try: ## slide in/out https://github.com/yshui/picom/assets/366851/773e4fd3-aa4f-491a-833f-0822a991c248 ``` animations...
@natrys that's unfortunately impossible due to X11 limitations. however, I plan to add some external interfaces with which you might be able to create custom animations (including workspace switches) for...
@darkelectron a rule based system will be added later.
> While running, it has an idle CPU load of 5% even without any ongoing animations or refreshes Interesting, I can't reproduce that here. Even when I was playing a...
> the ability to animate windows moving from one part of the screen to another. It will be supported, but there will be no way to distinguish window moving itself...
Alright, let's merge this!