ribosomerocker

Results 49 comments of ribosomerocker

This needs the `~/.config/crush` directory created manually, any chance it could be created automatically if it wasn't found?

If you navigate your way from the readme to the config.md file https://github.com/liljencrantz/crush/blob/master/docs/config.md, you can see it talking about the config file, I do agree that crush should either not...

Awesome work! I'm looking forward for this to be merged to master. I think I might be able to help. Is there any place to converse about this? any EWW...

If my feedback was to mean anything, I'd say a command pallette would definitely be possible to implement and furthermore it would be a very nice improvement. for the people...

I'd prefer in the same repo, maybe also have them be set up in `${XDG_DATA_HOME:-$HOME/.local/share}/zap/hooks`, but storing them seperately doesn't seem like a very bad idea.

Yes. I wanted to do this way earlier, but I just didn't have the time. I'll get to it soon, though the one part I can't do is add a...

https://bpa.st/USTA This is a very {bad,small} example. It creates a white window. If I run it with `SDL_VIDEODRIVER=wayland`, then it uses Wayland instead of XWayland. But if I try any...

Oh, sorry. Misclicked!

I think I figured out the issue. When this didn't work, I was using surfaces. But in the meantime I've switched to textures; and they seem to work for Wayland....

This doesn't *quite* mimic the C, but it does most of it: https://bpa.st/ZCXQ So, here's the conclusion I've arrived at: In haskell sdl2, surfaces are *not* Wayland compatible. But textures...