Jari Vetoniemi

Results 300 comments of Jari Vetoniemi

Changed title as this means modesetting as well.

Right, setting pointer is sort of anti-pattern in wayland ecosystem. Normally compositors have root level shell that sets the pointer surface (e.g. clients control pointer). Wlc just provides hardcoded default...

It depends how cleanly you can get it implemented. Just saying this is not how pointers are intended to work with the wl_pointer protocol.

https://github.com/Cloudef/bemenu/blob/master/client/bemenu-run.c#L138 Should check here first if a binary with the exact name exists before trying to do tokenization.

The binary data likely contains null characters (zero), strings in C are null terminated (zero terminated), thus that's why it breaks most likely.

Inside terminal or multiplexer like tmux, normal copy-paste functions provided by terminal or multiplexer should work 🤔

Mostly the defaults in common.c perhaps (for bemenu and bemenu-run executable)

Does https://github.com/Cloudef/bemenu/commit/5b75b2c93aeedd315c447ebc4955c0bd00c0d574 fix this?

@thealio All code for this feature is provided by contributors. I don't personally use the feature so I haven't prioritized it. That said, the feature seems to work for me...