Devin J. Pohly
Devin J. Pohly
- Add --inactive-dim-fading to dim/undim inactive windows gradually rather than instantaneously. - Add --inactive-dim-step and --inactive-undim-step to specify how quickly to dim and undim windows.
**Small description** [PR incoming] The pretty keys `kDN` and `kUP` are used in two places in the code, but they are not defined in the translation dictionary. **Expected result** Default...
| Q | A | ------------------------ | --- | Fixed Issues? | | Patch: Bug Fix? | 🤔 | Major: Breaking Change? | | Minor: New Feature? | | Tests...
Searching the RFC for the word "comma" yields three (or four) properties which may accept a comma-separated list as a value: - CATEGORIES - RESOURCES - FREEBUSY - RECUR (although...
According to [RFC5545 3.3.11](https://www.rfc-editor.org/rfc/rfc5545#section-3.3.11), TEXT values should have all occurrences of COMMA, SEMICOLON, and BACKSLASH escaped. The VProperty class already has a "values" list to account for multi-valued properties, so...
Closes #218 I've taken the tests that were written using Bats and ported them to Git's testing harness. Advantages: * Testing harness used for Git itself * Harness written entirely...
Hopefully fixes #278.
When running Firefox in XWayland, the mouse cursor turns into the X11 "X" cursor when a second-level menu such as View->Zoom is open. Quitting the program also turns the mouse...
Using [cage](https://github.com/Hjdskes/cage) to run X11 clients could have a lot of benefits - cleaner code, more control over client isolation, and so on.