Implement river-input-management-v1 and river-libinput-config-v1
Right now, the support is still incomplete (no way to set config) but we get the devices and set them up and handle current/support events for the river_libinput_device_v1 devices.
This commit is contained in:
parent
ec7474c9af
commit
72c1f33c28
11 changed files with 1523 additions and 22 deletions
|
|
@ -192,7 +192,7 @@ fn load(config: *Config, reader: *Io.Reader) !void {
|
|||
continue;
|
||||
}
|
||||
|
||||
const path_str = utils.stripQuotes(node.arg(&parser, 0) orelse unreachable);
|
||||
const path_str = utils.stripQuotes(node.arg(&parser, 0).?);
|
||||
config.wallpaper_image_path = expandTilde(path_str) catch {
|
||||
logWarnInvalidNodeArg(name, path_str);
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue