Philip Jones
Philip Jones
[wlroots 0.16](https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3347) splits the compositor and subcompositor, so the subcompositor now needs to be created explicitly. This may just want to sit as a PR for now, depending on the...
### Please fill out the following: - **Sway Version:** - `sway version 1.8-dev-76232927 (Nov 24 2022, branch 'master')` - **Debug Log:** - https://gist.github.com/philj56/2c55e31d79a883baf2b5cf909afb6d29 - **Configuration File:** - Default Config -...
See #11075 for details. This unbreaks pager output from e.g. `meson configure` when the user has `PAGER=less` set in their environment (without `-R`). This follows the behaviour of tools such...
**Describe the bug** In Meson 0.64.0, `meson configure` uses `$PAGER` to display its output with colours. If `$PAGER` is set to e.g. `less`, without `-R`, this leads to broken output...
I've been meaning to look into customisable keybindings for a while, but I'm not sure what the best way is / if it's actually necessary. ### Pros - Don't need...
The [original algorithm](https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match/) fuzzy matching is based on has a scoring system designed for searching through code, which isn't tofi's main use case: https://github.com/philj56/tofi/blob/340692299ed834f962b83b1bc0eb6f49471ca556/src/fuzzy_match.c#L170-L176 These scores can occasionally lead to...
- [ ] Audio - [x] Remove global static apu struct - [x] Separate apu from SDL audio output - [ ] Make noise sound more like actual gameboy -...
Keeping track of various features people have requested, in rough priority order: - [x] Turbo Toggle - [x] Save deletion - [x] Controller remapping - [x] Extra screen with arbitrary...
This adds support for termios2 on Linux, covered by an autoconf check. There's a small workaround to allow functions from `` to still be used (i.e. `tcflush()`), but it could...