package sway import ( "context" ) func (c *Client) GetBindingModes(ctx context.Context) ([]string, error) { return sendMessage[[]string](c, 8, "") }