Michal Vaniš
Michal Vaniš
I am interested in this. From what I understand I need to use [NSApplication](https://docs.rs/cocoa/0.24.1/cocoa/appkit/trait.NSApplication.html) to communicate with the MacOS API. I will try implementing it to the dock only. WizTerm,...
Feel free to contribute if you feel like it and have the necessary hardware to test it
https://github.com/HackerPolice/MissedIT/pull/33 This is how you can fix compilation. It might never get merged into master, so either edit the code or switch to my branch.
Thank you for sharing this, as I am sure the maintainers will appreciate it. Is there a way I too could donate a device?
https://github.com/user-attachments/assets/4dd09ec3-4a0b-4340-91d0-ae48dc8e35d6 Using credentials from an account that does not have premium causes ncspot to crash. Since it seems to be an unhandled `librespot_core` exception issue I would expect it to...
I am fully aware that my solution could not be used in production. It simply is something I want to try implementing. I'd like to show an overlay (or a...
You can fix this by creating a `subprojects` directory in the root directory of cage. Clone wlroots into this directory. It should look like this `(cage-root)/subprojects/wlroots/(wlroots-root)` There, in the wlroots-root,...
Does the client immediately commit its buffer @The-Man11 ? Are you trying to display splash until the client commits, or are you trying to hide the client's loading state. You...
Hello. When you mention "however it is missing window decoration" do you mean decorations of the window within cage?
Could you check whether tinywl has its decorations shown as expected. To run tinywl -- Setup wlroots build with meson and make it with `ninja`. Then, to start tinywl with...