ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
novakane has quit [Quit: WeeChat 3.3]
snakedye has quit [Ping timeout: 264 seconds]
Guest57f has joined #river
Guest57f has quit [Client Quit]
snakedye has joined #river
snakedye has quit [Ping timeout: 256 seconds]
snakedye has joined #river
snakedye has quit [Ping timeout: 256 seconds]
snakedye has joined #river
Guest67 has joined #river
waleee has quit [Quit: WeeChat 3.3]
Guest67 has quit [Ping timeout: 256 seconds]
leon-p has joined #river
helby has quit [Remote host closed the connection]
snakedye has quit [Ping timeout: 268 seconds]
novakane has joined #river
<novakane> last night i added a CI in rivercarro and it failed because I don't ship river layout protocol, starting to wondering if it worth it to use pkg-build
notzmv has quit [Ping timeout: 245 seconds]
novakane has quit [Quit: WeeChat 3.3]
novakane has joined #river
notzmv has joined #river
Guest58 has joined #river
snakedye has joined #river
Guest58 has quit [Quit: Client closed]
elshize has quit [Remote host closed the connection]
emersion has quit [Remote host closed the connection]
emersion has joined #river
leon-p has quit [Remote host closed the connection]
Guest3010 has joined #river
waleee has joined #river
waleee has quit [Ping timeout: 250 seconds]
waleee has joined #river
leon-p has joined #river
pkap has joined #river
Guest3010 has quit [Quit: Client closed]
<dnkl> novakane: after patching zig-wlroots, I got you IME branch up and running, without crashing. But IME input in foot doesn't work - it doesn't get any IME related events, except enter/leave events
<novakane> dnkl: oh let me try the patches and see
<novakane> what's your setup to test, anthywl too?
<dnkl> novakane: yeah, tested anthywl and wlanthy, very quickly just now
<dnkl> I haven't even tried to debug anything other than the crash
<dnkl> might be something really simple
<dnkl> (nested river, btw)
<novakane> dnkl: oh thank you it looks like it doesn't crash, I was going mad with this!!
<dnkl> :)
<novakane> I can't even blame someone else, I did the zig bindings :P
<dnkl> thought I'd give it a shot. Gotta learn zig at some point :D
<novakane> I do have some text_input events, it just doesn't do anything
<novakane> dnkl: yeah come to zig :D
<dnkl> I might take another look tomorrow, but running out of time for tonight...
<novakane> np, not in a nested session for me btw
<novakane> the implementation in Keyboard.zig is a other problem though
<dnkl> yeah, was going to ask if you had keyboard grabbing in place...
<dnkl> I re-enabled the grabbing logic in Keyboard.zig. That was... interresting... :|
<dnkl> just going to leave it at that for now
<waleee> novakane: komzig looks a bit like a Swedish word for that
<waleee> ("come to zig")
leon-p has quit [Quit: leon-p]
<novakane> dnkl: yeah it was just a quick thing I made but I think there is a lot of think to changes in river keyboard implementation to make it works, but I'll probably need some help for that because I'm not on point in this part of river
<novakane> waleee: well my knowledge of swedish is none so I believe you lol
<waleee> novakane: I assume dnkl is Swedish or Finland-swedish since Eklöf is not superergonomic as a surname otherwise
* dnkl is swedish
<waleee> komzig, komså
<dnkl> Komzig has some kind of Swedish/German vibe to me...
<waleee> I went with homophone of "komsi"+g
Nulo has quit [Ping timeout: 268 seconds]
<tiosgz_> sounds a bit like "kamzík" (cz for Gämsen[de] / rupicapra[en]) to me, though it's got "k" in place of "g"
Nulo has joined #river
pkap has quit [Quit: Client closed]
elshize has joined #river
novakane has quit [Quit: WeeChat 3.3]
<ifreund> dnkl: awesome, thanks for the find. I suspected an ABI issue but managed to read over that struct 3 times now in total without catching it :/
<ifreund> I really should invest some time in automating Zig/C ABI compatibility checks
<ifreund> this would be very doable as a feature in the zig compiler, we already use clang as a library to do automated translation for @cImport()/`zig translate-c`