We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will it be more efficient to make the project dependent on XCB instead of Xlib?
In terms of -
The text was updated successfully, but these errors were encountered:
My vague impression of XCB is that it would probably require more lines of code. I could definitely be wrong though.
Resource consumption -- what resource consumption? :-)
I just googled it and it looks like someone has beaten us to the punch: https://github.com/rtyler/tinywm-ada/blob/master/tinywm-xcb.c
Sorry, something went wrong.
My vague impression of XCB is that it would probably require more lines of code. I could definitely be wrong though. Resource consumption -- what resource consumption? :-) I just googled it and it looks like someone has beaten us to the punch: https://github.com/rtyler/tinywm-ada/blob/master/tinywm-xcb.c
Yeah I agree (so small it's barely noticable), but as XCB is smaller the binary would not be as big (probably) and it might be even lighter on ram 👍
No branches or pull requests
Will it be more efficient to make the project dependent on XCB instead of Xlib?
In terms of -
The text was updated successfully, but these errors were encountered: