Preston Carpenter

Results 40 issues of Preston Carpenter

I've been thinking a lot about the state of the Lua libraries in Way Cooler, and how they compare to AwesomeWM (one of the window managers that Way Cooler was...

Meta

See [this sway pr](https://github.com/SirCmpwn/sway/pull/1199) for more details.

[There](https://github.com/way-cooler/way-cooler/issues/469) are [a](https://github.com/way-cooler/way-cooler/issues/395) [lot](https://github.com/way-cooler/way-cooler/issues/327) of problems [with](https://github.com/way-cooler/way-cooler/issues/326) installing Way Cooler [on Ubuntu](https://github.com/way-cooler/way-cooler/issues/360). To remedy this, there should eventually be an officially hosted Ubuntu PPA where we can point users to.

Distribution

To reproduce: 1) Spawn an X11 app with a delay (e.g `sleep 5 && konsole`) 2) Switch to a TTY and wait until the timer elapses 3) Switch back and...

bug

I am using [this configuration](https://github.com/Drakulix/fireplace/files/798296/fireplace-config.txt), and I can't get the quit to work (I expect it to be Super+Shift+Q, but it does not do that.). All the other commands seem...

C-binary
T-documentation
S-planned

With the addition of DMA buffers (and probably output damage later) there needs to be pointers from the renderer living elsewhere. Since the renderer is optional, it is publically acessible...

Unsound
Breaking

I really hate that struct, and I think it can be done better. Especially because it has to be wrapped in an Optional due to #280 ...

This is a list of things to double check and sign off on before 1.0. - [ ] Implement `Copy` on everything that's reasonable. - [ ] Implement `Clone` on...

Currently we are deferring it to the `run` method. I'm not sure why we are doing that, but it probably isn't necessary to do this especially because there might be...

Breaking