Ivan Tham
Ivan Tham
From what I recall, xcb does not provide `XKeysymToKeycode` and you need to handle that manually, x11rb is similar to xcb if I am not mistaken rather than xlib. We...
I want to try this but I don't even know how to start since xcb is so different from xlib and x11rb is a bit different from xcb. I am...
Ah, now I kinda get it after looking at https://github.com/psychon/x11rb/blob/ee4086c3c93ee3116ffcc7f3bc12d02859592e59/examples/simple_window_manager.rs#L320-L324, https://github.com/julian-goldsmith/dwm-xcb/blob/4515e6a70d49c506f6a6547bbcea951d7d40f807/dwm.c#L100 and https://github.com/i3/i3/blob/5bc5fc188b8825c1cc2b2a1afa2d1e9f7f4a33c9/src/main.c#L642. @psychon Thanks for the quick reply, I just got frustrated at first by looking at how different...
Okay, I got to port the the very first function I tried, maybe I should try out something like https://github.com/rust-dc/fish-manpage-completions/issues/2 to port all the functions to make it faster and...
I did a very tiny part then I stopped, https://github.com/pickfire/dwm I would continue if I have time later. But it is part of hacktoberfest.
I think porting st first would be easier since it have lesser lines of code.
@NLKNguyen the cursor and reverse cursor color is configurable in [st](st.suckless.org), the terminal that I am using. And there is a [bold colors patch](http://st.suckless.org/patches/boldcolor) too.
@NLKNguyen I don't quite like the new generated base16 palette since it is using weird colors from 17-21. The really do broke a lot of things. https://github.com/chriskempson/base16-shell Now vim and...
@NLKNguyen Yes, I hate windows command prompt, sucks a lot especially powershell. For linux terminals, I can't suggest one since there are tons of it. I use [st](st.suckless.org) personally. For...
Should we put it in README?