Aster Boese
Aster Boese
## Description Fixes https://github.com/BuddiesOfBudgie/budgie-control-center/issues/46 Depends: https://github.com/BuddiesOfBudgie/magpie/pull/21 Many keyboard shortcuts in `budgie-control-center` do not work in Budgie. This MR removes these shortcuts for now. ### Submitter Checklist - [x] Squashed commits...
Removes keyboard shortcuts on the Magpie side since `budgie-control-center` cannot control which shortcut menus are loaded itself. See: https://github.com/BuddiesOfBudgie/budgie-control-center/pull/84 ### Submitter Checklist - [x] Squashed commits with `git rebase -i`...
This PR fixes a runtime error while running `examples/multitouch` due to an instance of remainder division dividing by zero.
Past commit 8044b94eb53e00a1360a7befa02cc38b72fdf80f im4m parsing fails as if the file syntax is invalid.
# Description Adds the semid_ds and seminfo structs to musl. These exist in the musl C library, but are not wrapped in the libc crate yet. # Sources * semid_ds:...