Update log scopes in the various config/ files

This commit is contained in:
Ben Buhse 2026-02-17 16:23:19 -06:00
commit 11cef4b2f8
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
6 changed files with 8 additions and 8 deletions

View file

@ -232,4 +232,4 @@ const XkbBindings = @import("../XkbBindings.zig");
const helpers = @import("helpers.zig");
const log = std.log.scoped(.config_keybinds);
const log = std.log.scoped(.config_keybind);