diff --git a/tests/examples/shims/awesome.lua b/tests/examples/shims/awesome.lua index 990a2a224..6af6f0e93 100644 --- a/tests/examples/shims/awesome.lua +++ b/tests/examples/shims/awesome.lua @@ -46,6 +46,14 @@ awesome.startup = true function awesome.register_xproperty() end +function awesome.xkb_get_group_names() + return "pc+us+inet(evdev)" +end + +function awesome.xkb_get_layout_group() + return 0 +end + awesome.load_image = lgi.cairo.ImageSurface.create_from_png function awesome.pixbuf_to_surface(_, path)