Commit graph

5 commits

Author SHA1 Message Date
Richard Acayan
d8d110018b
kde, gnome: join with blocking event loop 2024-11-29 17:53:23 -05:00
Richard Acayan
9ce953ef09
treewide: update dependencies to latest version 2024-11-27 22:05:25 -05:00
Richard Acayan
d884e71d86 add yaml configuration
Example:

	%YAML 1.2
	---
	longpress_ms: 600
	repeat_ms: 25

	layout: latn_qwerty_us.xml

	wayland:
	  height: 185
2024-08-08 17:51:56 -04:00
Richard Acayan
b378240a38 wayland: ignore errors when reading socket
On Phosh, the EWOULDBLOCK error may be emitted when reading from the
Wayland socket, which is not fatal. Ignore errors encountered while
reading, as fatal errors would be emitted by other operations in the
main loop.
2024-07-30 17:27:44 -04:00
Richard Acayan
57c9d39293 add wayland target and rename gnome target
It should be possible to build both Wayland (sans D-Bus) and GNOME
versions simultaneously. Add a Wayland target, and, for consistency,
rename the GNOME target.
2024-07-25 18:24:59 -04:00
Renamed from src/main.rs (Browse further)