aboutsummaryrefslogtreecommitdiff
path: root/deps/zig-xkbcommon
AgeCommit message (Collapse)AuthorFilesLines
2024-01-06Keyboard: fix mapping XF86ScreenSaverIsaac Freund1-0/+0
2023-10-16build: update to Zig 0.11.0Isaac Freund1-0/+0
2023-01-08deps: update to Zig 0.10Isaac Freund1-0/+0
2022-11-13river: update to wlroots 0.16Isaac Freund1-0/+0
2022-04-27command/map: layout-pinned mappingsPeter Kaplan1-0/+0
e.g. `riverctl map -layout 0 normal Super Y spawn foot` When this mapping is checked against a pressed key, layout 0 will be used to translate the pressed key instead of the currently active layout. The number denotes to an index of the layouts set with `XKB_DEFAULT_LAYOUT`.
2021-12-24build: update to zig version 0.9.0Isaac Freund1-0/+0
2021-06-05code: update to zig 0.8.0Isaac Freund1-0/+0
2020-12-13code: switch to custom wlroots/libwayland bindingsIsaac Freund1-0/+0
This is a big step up over @cImport() for ergonomics and type safety. Nearly all void pointer casts have been eliminated!