diff --git a/kitty/glfw.c b/kitty/glfw.c index 6fd654509..bd0d5cc50 100644 --- a/kitty/glfw.c +++ b/kitty/glfw.c @@ -1278,6 +1278,7 @@ layer_shell_config_to_python(const GLFWLayerShellConfig *c) { A(requested_bottom_margin, fl); A(requested_right_margin, fl); A(requested_exclusive_zone, fl); + A(hide_on_focus_loss, b) A(override_exclusive_zone, b); #undef A #undef fl